Color spaces of #ca89df
RGB | 202 | 137 | 223 |
---|---|---|---|
HSL | 0.79 | 0.57 | 0.71 |
HSV | 285° | 39° | 87° |
CMYK | 0.09 | 0.39 | 0.00 0.13 |
XYZ | 46.6221 | 35.7756 | 74.2602 |
Yxy | 35.7756 | 0.2976 | 0.2284 |
Hunter Lab | 59.8127 | 34.4628 | -31.7423 |
CIE-Lab | 66.3481 | 39.3764 | -34.0675 |
#ca89df color RGB value is (202,137,223).
#ca89df hex color red value is 202, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca89df hue: 0.79 , saturation: 0.57 and the lightness value of ca89df is 0.71.
The process color (four color CMYK) of #ca89df color hex is 0.09, 0.39, 0.00, 0.13. Web safe color of #ca89df is #cc99cc. Color #ca89df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10001001 | 11011111 |
Octal | 312 | 211 | 337 |
Decimal | 202 | 137 | 223 |
Hex | CA | 89 | DF |
Shades of #ca89df
Tints of #ca89df
RGB Percentages of Color #ca89df
CMYK Percentages of Color #ca89df
Complementary Color
#ca89df | #9edf89 |
#ca89df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca89df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca89df Color CSS Codes
.mybgcolor {background-color:#ca89df; } .myforecolor {color:#ca89df; } .mybordercolor {border:3px solid #ca89df; }
#ca89df Text Font Color
<p style="color:#ca89df">Text here</p>
This sample text font color is #ca89df
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.
#ca89df Background Color
<div style="background-color:#ca89df">
Div content here</div>
This div background color is #ca89df
#ca89df Border Color
<div style="border:3px solid #ca89df">
Div here</div>
This div border color is #ca89df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,137,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca89df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca89df; -webkit-box-shadow: 1px 1px 3px 2px #ca89df; box-shadow: 1px 1px 3px 2px #ca89df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,137,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca89df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca89df; -webkit-box-shadow: 1px 1px 3px 2px #ca89df; box-shadow: 1px 1px 3px 2px #ca89df;">
Div content here</div>
This div box has shadow with color #ca89df
Comments
No comments written yet.
Please login to write comment.