Color spaces of #ca91da
RGB | 202 | 145 | 218 |
---|---|---|---|
HSL | 0.80 | 0.50 | 0.71 |
HSV | 287° | 33° | 85° |
CMYK | 0.07 | 0.33 | 0.00 0.15 |
XYZ | 47.1374 | 37.8693 | 71.1548 |
Yxy | 37.8693 | 0.3019 | 0.2425 |
Hunter Lab | 61.5380 | 29.0373 | -25.4788 |
CIE-Lab | 67.9242 | 34.0305 | -28.8612 |
#ca91da color RGB value is (202,145,218).
#ca91da hex color red value is 202, green value is 145 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ca91da hue: 0.80 , saturation: 0.50 and the lightness value of ca91da is 0.71.
The process color (four color CMYK) of #ca91da color hex is 0.07, 0.33, 0.00, 0.15. Web safe color of #ca91da is #cc99cc. Color #ca91da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010001 | 11011010 |
Octal | 312 | 221 | 332 |
Decimal | 202 | 145 | 218 |
Hex | CA | 91 | DA |
Shades of #ca91da
Tints of #ca91da
RGB Percentages of Color #ca91da
CMYK Percentages of Color #ca91da
Complementary Color
#ca91da | #a1da91 |
#ca91da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca91da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca91da Color CSS Codes
.mybgcolor {background-color:#ca91da; } .myforecolor {color:#ca91da; } .mybordercolor {border:3px solid #ca91da; }
#ca91da Text Font Color
<p style="color:#ca91da">Text here</p>
This sample text font color is #ca91da
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.
#ca91da Background Color
<div style="background-color:#ca91da">
Div content here</div>
This div background color is #ca91da
#ca91da Border Color
<div style="border:3px solid #ca91da">
Div here</div>
This div border color is #ca91da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,145,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca91da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca91da; -webkit-box-shadow: 1px 1px 3px 2px #ca91da; box-shadow: 1px 1px 3px 2px #ca91da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,145,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca91da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca91da; -webkit-box-shadow: 1px 1px 3px 2px #ca91da; box-shadow: 1px 1px 3px 2px #ca91da;">
Div content here</div>
This div box has shadow with color #ca91da
Comments
No comments written yet.
Please login to write comment.