Color spaces of #cf90ca
RGB | 207 | 144 | 202 |
---|---|---|---|
HSL | 0.85 | 0.40 | 0.69 |
HSV | 305° | 30° | 81° |
CMYK | 0.00 | 0.30 | 0.02 0.19 |
XYZ | 46.3661 | 37.4762 | 60.6670 |
Yxy | 37.4762 | 0.3209 | 0.2593 |
Hunter Lab | 61.2178 | 28.0640 | -15.9041 |
CIE-Lab | 67.6328 | 33.1160 | -20.3794 |
#cf90ca color RGB value is (207,144,202).
#cf90ca hex color red value is 207, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cf90ca hue: 0.85 , saturation: 0.40 and the lightness value of cf90ca is 0.69.
The process color (four color CMYK) of #cf90ca color hex is 0.00, 0.30, 0.02, 0.19. Web safe color of #cf90ca is #cc99cc. Color #cf90ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10010000 | 11001010 |
Octal | 317 | 220 | 312 |
Decimal | 207 | 144 | 202 |
Hex | CF | 90 | CA |
Shades of #cf90ca
Tints of #cf90ca
RGB Percentages of Color #cf90ca
CMYK Percentages of Color #cf90ca
Complementary Color
#cf90ca | #90cf95 |
#cf90ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf90ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf90ca Color CSS Codes
.mybgcolor {background-color:#cf90ca; } .myforecolor {color:#cf90ca; } .mybordercolor {border:3px solid #cf90ca; }
#cf90ca Text Font Color
<p style="color:#cf90ca">Text here</p>
This sample text font color is #cf90ca
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.
#cf90ca Background Color
<div style="background-color:#cf90ca">
Div content here</div>
This div background color is #cf90ca
#cf90ca Border Color
<div style="border:3px solid #cf90ca">
Div here</div>
This div border color is #cf90ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,144,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf90ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf90ca; -webkit-box-shadow: 1px 1px 3px 2px #cf90ca; box-shadow: 1px 1px 3px 2px #cf90ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,144,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf90ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf90ca; -webkit-box-shadow: 1px 1px 3px 2px #cf90ca; box-shadow: 1px 1px 3px 2px #cf90ca;">
Div content here</div>
This div box has shadow with color #cf90ca
Comments
No comments written yet.
Please login to write comment.