Color spaces of #ca0954
RGB | 202 | 9 | 84 |
---|---|---|---|
HSL | 0.94 | 0.91 | 0.41 |
HSV | 337° | 96° | 79° |
CMYK | 0.00 | 0.96 | 0.58 0.21 |
XYZ | 26.0550 | 13.3920 | 9.5992 |
Yxy | 13.3920 | 0.5312 | 0.2730 |
Hunter Lab | 36.5951 | 63.0472 | 10.0643 |
CIE-Lab | 43.3481 | 68.9931 | 13.3109 |
#ca0954 color RGB value is (202,9,84).
#ca0954 hex color red value is 202, green value is 9 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ca0954 hue: 0.94 , saturation: 0.91 and the lightness value of ca0954 is 0.41.
The process color (four color CMYK) of #ca0954 color hex is 0.00, 0.96, 0.58, 0.21. Web safe color of #ca0954 is #cc0066. Color #ca0954 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00001001 | 01010100 |
Octal | 312 | 11 | 124 |
Decimal | 202 | 9 | 84 |
Hex | CA | 9 | 54 |
Shades of #ca0954
Tints of #ca0954
RGB Percentages of Color #ca0954
CMYK Percentages of Color #ca0954
Complementary Color
#ca0954 | #09ca7f |
#ca0954 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca0954 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca0954 Color CSS Codes
.mybgcolor {background-color:#ca0954; } .myforecolor {color:#ca0954; } .mybordercolor {border:3px solid #ca0954; }
#ca0954 Text Font Color
<p style="color:#ca0954">Text here</p>
This sample text font color is #ca0954
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.
#ca0954 Background Color
<div style="background-color:#ca0954">
Div content here</div>
This div background color is #ca0954
#ca0954 Border Color
<div style="border:3px solid #ca0954">
Div here</div>
This div border color is #ca0954
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,9,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca0954; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca0954; -webkit-box-shadow: 1px 1px 3px 2px #ca0954; box-shadow: 1px 1px 3px 2px #ca0954; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,9,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca0954">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca0954; -webkit-box-shadow: 1px 1px 3px 2px #ca0954; box-shadow: 1px 1px 3px 2px #ca0954;">
Div content here</div>
This div box has shadow with color #ca0954
Comments
No comments written yet.
Please login to write comment.