Color spaces of #ca640a
RGB | 202 | 100 | 10 |
---|---|---|---|
HSL | 0.08 | 0.91 | 0.42 |
HSV | 28° | 95° | 79° |
CMYK | 0.00 | 0.50 | 0.95 0.21 |
XYZ | 28.9691 | 21.6928 | 2.9475 |
Yxy | 21.6928 | 0.5404 | 0.4046 |
Hunter Lab | 46.5755 | 29.5165 | 28.8507 |
CIE-Lab | 53.6995 | 36.0584 | 60.1195 |
#ca640a color RGB value is (202,100,10).
#ca640a hex color red value is 202, green value is 100 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ca640a hue: 0.08 , saturation: 0.91 and the lightness value of ca640a is 0.42.
The process color (four color CMYK) of #ca640a color hex is 0.00, 0.50, 0.95, 0.21. Web safe color of #ca640a is #cc6600. Color #ca640a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01100100 | 00001010 |
Octal | 312 | 144 | 12 |
Decimal | 202 | 100 | 10 |
Hex | CA | 64 | A |
Shades of #ca640a
Tints of #ca640a
RGB Percentages of Color #ca640a
CMYK Percentages of Color #ca640a
Complementary Color
#ca640a | #0a70ca |
#ca640a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca640a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca640a Color CSS Codes
.mybgcolor {background-color:#ca640a; } .myforecolor {color:#ca640a; } .mybordercolor {border:3px solid #ca640a; }
#ca640a Text Font Color
<p style="color:#ca640a">Text here</p>
This sample text font color is #ca640a
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.
#ca640a Background Color
<div style="background-color:#ca640a">
Div content here</div>
This div background color is #ca640a
#ca640a Border Color
<div style="border:3px solid #ca640a">
Div here</div>
This div border color is #ca640a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,100,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca640a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca640a; -webkit-box-shadow: 1px 1px 3px 2px #ca640a; box-shadow: 1px 1px 3px 2px #ca640a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,100,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca640a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca640a; -webkit-box-shadow: 1px 1px 3px 2px #ca640a; box-shadow: 1px 1px 3px 2px #ca640a;">
Div content here</div>
This div box has shadow with color #ca640a
Comments
No comments written yet.
Please login to write comment.