Color spaces of #cba9fe
RGB | 203 | 169 | 254 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.83 |
HSV | 264° | 33° | 100° |
CMYK | 0.20 | 0.33 | 0.00 0.00 |
XYZ | 56.7060 | 48.2282 | 100.0862 |
Yxy | 48.2282 | 0.2766 | 0.2352 |
Hunter Lab | 69.4465 | 24.2213 | -36.8361 |
CIE-Lab | 74.9686 | 28.8144 | -37.6195 |
#cba9fe color RGB value is (203,169,254).
#cba9fe hex color red value is 203, green value is 169 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cba9fe hue: 0.73 , saturation: 0.98 and the lightness value of cba9fe is 0.83.
The process color (four color CMYK) of #cba9fe color hex is 0.20, 0.33, 0.00, 0.00. Web safe color of #cba9fe is #cc99ff. Color #cba9fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101001 | 11111110 |
Octal | 313 | 251 | 376 |
Decimal | 203 | 169 | 254 |
Hex | CB | A9 | FE |
Shades of #cba9fe
Tints of #cba9fe
RGB Percentages of Color #cba9fe
CMYK Percentages of Color #cba9fe
Complementary Color
#cba9fe | #dcfea9 |
#cba9fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba9fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba9fe Color CSS Codes
.mybgcolor {background-color:#cba9fe; } .myforecolor {color:#cba9fe; } .mybordercolor {border:3px solid #cba9fe; }
#cba9fe Text Font Color
<p style="color:#cba9fe">Text here</p>
This sample text font color is #cba9fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cba9fe Background Color
<div style="background-color:#cba9fe">
Div content here</div>
This div background color is #cba9fe
#cba9fe Border Color
<div style="border:3px solid #cba9fe">
Div here</div>
This div border color is #cba9fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,169,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba9fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba9fe; -webkit-box-shadow: 1px 1px 3px 2px #cba9fe; box-shadow: 1px 1px 3px 2px #cba9fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,169,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cba9fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba9fe; -webkit-box-shadow: 1px 1px 3px 2px #cba9fe; box-shadow: 1px 1px 3px 2px #cba9fe;">
Div content here</div>
This div box has shadow with color #cba9fe
Comments
No comments written yet.
Please login to write comment.