Color spaces of #ca4ece
RGB | 202 | 78 | 206 |
---|---|---|---|
HSL | 0.83 | 0.57 | 0.56 |
HSV | 298° | 62° | 81° |
CMYK | 0.02 | 0.62 | 0.00 0.19 |
XYZ | 38.2221 | 22.4616 | 60.7135 |
Yxy | 22.4616 | 0.3149 | 0.1850 |
Hunter Lab | 47.3937 | 61.0180 | -42.7777 |
CIE-Lab | 54.5134 | 65.1216 | -43.0411 |
#ca4ece color RGB value is (202,78,206).
#ca4ece hex color red value is 202, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca4ece hue: 0.83 , saturation: 0.57 and the lightness value of ca4ece is 0.56.
The process color (four color CMYK) of #ca4ece color hex is 0.02, 0.62, 0.00, 0.19. Web safe color of #ca4ece is #cc66cc. Color #ca4ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01001110 | 11001110 |
Octal | 312 | 116 | 316 |
Decimal | 202 | 78 | 206 |
Hex | CA | 4E | CE |
Shades of #ca4ece
Tints of #ca4ece
RGB Percentages of Color #ca4ece
CMYK Percentages of Color #ca4ece
Complementary Color
#ca4ece | #52ce4e |
#ca4ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca4ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca4ece Color CSS Codes
.mybgcolor {background-color:#ca4ece; } .myforecolor {color:#ca4ece; } .mybordercolor {border:3px solid #ca4ece; }
#ca4ece Text Font Color
<p style="color:#ca4ece">Text here</p>
This sample text font color is #ca4ece
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.
#ca4ece Background Color
<div style="background-color:#ca4ece">
Div content here</div>
This div background color is #ca4ece
#ca4ece Border Color
<div style="border:3px solid #ca4ece">
Div here</div>
This div border color is #ca4ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,78,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca4ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca4ece; -webkit-box-shadow: 1px 1px 3px 2px #ca4ece; box-shadow: 1px 1px 3px 2px #ca4ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,78,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca4ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca4ece; -webkit-box-shadow: 1px 1px 3px 2px #ca4ece; box-shadow: 1px 1px 3px 2px #ca4ece;">
Div content here</div>
This div box has shadow with color #ca4ece
Comments
No comments written yet.
Please login to write comment.