Color spaces of #ca84ec
RGB | 202 | 132 | 236 |
---|---|---|---|
HSL | 0.78 | 0.73 | 0.72 |
HSV | 280° | 44° | 93° |
CMYK | 0.14 | 0.44 | 0.00 0.07 |
XYZ | 47.7487 | 35.1152 | 83.6182 |
Yxy | 35.1152 | 0.2868 | 0.2109 |
Hunter Lab | 59.2581 | 40.1293 | -42.1826 |
CIE-Lab | 65.8383 | 44.7250 | -42.0510 |
#ca84ec color RGB value is (202,132,236).
#ca84ec hex color red value is 202, green value is 132 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ca84ec hue: 0.78 , saturation: 0.73 and the lightness value of ca84ec is 0.72.
The process color (four color CMYK) of #ca84ec color hex is 0.14, 0.44, 0.00, 0.07. Web safe color of #ca84ec is #cc99ff. Color #ca84ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10000100 | 11101100 |
Octal | 312 | 204 | 354 |
Decimal | 202 | 132 | 236 |
Hex | CA | 84 | EC |
Shades of #ca84ec
Tints of #ca84ec
RGB Percentages of Color #ca84ec
CMYK Percentages of Color #ca84ec
Complementary Color
#ca84ec | #a6ec84 |
#ca84ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca84ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca84ec Color CSS Codes
.mybgcolor {background-color:#ca84ec; } .myforecolor {color:#ca84ec; } .mybordercolor {border:3px solid #ca84ec; }
#ca84ec Text Font Color
<p style="color:#ca84ec">Text here</p>
This sample text font color is #ca84ec
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.
#ca84ec Background Color
<div style="background-color:#ca84ec">
Div content here</div>
This div background color is #ca84ec
#ca84ec Border Color
<div style="border:3px solid #ca84ec">
Div here</div>
This div border color is #ca84ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,132,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca84ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca84ec; -webkit-box-shadow: 1px 1px 3px 2px #ca84ec; box-shadow: 1px 1px 3px 2px #ca84ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,132,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca84ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca84ec; -webkit-box-shadow: 1px 1px 3px 2px #ca84ec; box-shadow: 1px 1px 3px 2px #ca84ec;">
Div content here</div>
This div box has shadow with color #ca84ec
Comments
No comments written yet.
Please login to write comment.