color details

Color Details
#ca8bbe Color Hex

#ca8bbe color RGB value is (12, 168, 187).
#ca8bbe hex color red value is 12, green value is 168, and blue value is 187.
Cylindrical-coordinate representations (HSL) of color #ca8bbe hue: 186.51, saturation: 0.88 and lightness: 0.39.

The process color (four-color CMYK) of #ca8bbe color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ca8bbe is #ff9999. Color #ca8bbe contains mainly RED.

Color Spaces
Color spaces of #ca8bbeValue
RGB202, 139, 190
HSL0.87, 0.37, 0.67
HSV311°, 31°, 79°
XYZ42.88, 34.74, 53.15
Base Numbers
Base Red Green Blue
Binary 11001010 10001011 10111110
Octal 312 213 276
Decimal 202 139 190
Hex CA 8B BE

RGB Percentages for Color #ca8bbe

38.04%
26.18%
35.78%

CMYK Percentages of the Color #ca8bbe

31.19%
5.94%
20.78%
CSS Codes for Color #ca8bbe
.mybgColor {background-color: #ca8bbe;}
.myforeColor {color: #ca8bbe;}
.myborderColor {border:3px solid #ca8bbe;}
Text Font Color #ca8bbe

<p style="color:#ca8bbe">Text here</p>

This sample text is styled with the font color #ca8bbe. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #ca8bbe

<div style="background-color:#ca8bbe">Div content here</div>

The background color of this div is #ca8bbe
Border Color #ca8bbe

<div style="border:3px solid #ca8bbe">Div here</div>

The border color of this div is #ca8bbe
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(202, 139, 190, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #ca8bbe;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #ca8bbe;
-webkit-box-shadow: 1px 1px 3px #ca8bbe;
box-shadow: 1px 1px 3px #ca8bbe;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202, 139, 190, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ca8bbe;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #ca8bbe; -webkit-box-shadow: 1px 1px 3px #ca8bbe; box-shadow: 1px 1px 3px #ca8bbe;">Div content here</div>

This div box has a shadow with a specified color. #ca8bbe

Scroll to Top