Color spaces of #cfa2ea
RGB | 207 | 162 | 234 |
---|---|---|---|
HSL | 0.77 | 0.63 | 0.78 |
HSV | 278° | 31° | 92° |
CMYK | 0.12 | 0.31 | 0.00 0.08 |
XYZ | 53.5037 | 45.0466 | 83.7168 |
Yxy | 45.0466 | 0.2935 | 0.2471 |
Hunter Lab | 67.1168 | 24.8411 | -26.9725 |
CIE-Lab | 72.9226 | 29.5563 | -29.9086 |
#cfa2ea color RGB value is (207,162,234).
#cfa2ea hex color red value is 207, green value is 162 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfa2ea hue: 0.77 , saturation: 0.63 and the lightness value of cfa2ea is 0.78.
The process color (four color CMYK) of #cfa2ea color hex is 0.12, 0.31, 0.00, 0.08. Web safe color of #cfa2ea is #cc99ff. Color #cfa2ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100010 | 11101010 |
Octal | 317 | 242 | 352 |
Decimal | 207 | 162 | 234 |
Hex | CF | A2 | EA |
Shades of #cfa2ea
Tints of #cfa2ea
RGB Percentages of Color #cfa2ea
CMYK Percentages of Color #cfa2ea
Complementary Color
#cfa2ea | #bdeaa2 |
#cfa2ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa2ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa2ea Color CSS Codes
.mybgcolor {background-color:#cfa2ea; } .myforecolor {color:#cfa2ea; } .mybordercolor {border:3px solid #cfa2ea; }
#cfa2ea Text Font Color
<p style="color:#cfa2ea">Text here</p>
This sample text font color is #cfa2ea
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.
#cfa2ea Background Color
<div style="background-color:#cfa2ea">
Div content here</div>
This div background color is #cfa2ea
#cfa2ea Border Color
<div style="border:3px solid #cfa2ea">
Div here</div>
This div border color is #cfa2ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,162,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa2ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa2ea; -webkit-box-shadow: 1px 1px 3px 2px #cfa2ea; box-shadow: 1px 1px 3px 2px #cfa2ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,162,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa2ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa2ea; -webkit-box-shadow: 1px 1px 3px 2px #cfa2ea; box-shadow: 1px 1px 3px 2px #cfa2ea;">
Div content here</div>
This div box has shadow with color #cfa2ea
Comments
No comments written yet.
Please login to write comment.