Color spaces of #ca278a
RGB | 202 | 39 | 138 |
---|---|---|---|
HSL | 0.90 | 0.68 | 0.47 |
HSV | 324° | 81° | 79° |
CMYK | 0.00 | 0.81 | 0.32 0.21 |
XYZ | 29.6701 | 15.8426 | 25.5389 |
Yxy | 15.8426 | 0.4176 | 0.2230 |
Hunter Lab | 39.8028 | 63.4041 | -10.1807 |
CIE-Lab | 46.7673 | 68.6313 | -15.1224 |
#ca278a color RGB value is (202,39,138).
#ca278a hex color red value is 202, green value is 39 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca278a hue: 0.90 , saturation: 0.68 and the lightness value of ca278a is 0.47.
The process color (four color CMYK) of #ca278a color hex is 0.00, 0.81, 0.32, 0.21. Web safe color of #ca278a is #cc3399. Color #ca278a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00100111 | 10001010 |
Octal | 312 | 47 | 212 |
Decimal | 202 | 39 | 138 |
Hex | CA | 27 | 8A |
Shades of #ca278a
Tints of #ca278a
RGB Percentages of Color #ca278a
CMYK Percentages of Color #ca278a
Complementary Color
#ca278a | #27ca67 |
#ca278a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca278a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca278a Color CSS Codes
.mybgcolor {background-color:#ca278a; } .myforecolor {color:#ca278a; } .mybordercolor {border:3px solid #ca278a; }
#ca278a Text Font Color
<p style="color:#ca278a">Text here</p>
This sample text font color is #ca278a
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.
#ca278a Background Color
<div style="background-color:#ca278a">
Div content here</div>
This div background color is #ca278a
#ca278a Border Color
<div style="border:3px solid #ca278a">
Div here</div>
This div border color is #ca278a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,39,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca278a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca278a; -webkit-box-shadow: 1px 1px 3px 2px #ca278a; box-shadow: 1px 1px 3px 2px #ca278a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,39,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca278a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca278a; -webkit-box-shadow: 1px 1px 3px 2px #ca278a; box-shadow: 1px 1px 3px 2px #ca278a;">
Div content here</div>
This div box has shadow with color #ca278a
Comments
No comments written yet.
Please login to write comment.