Color spaces of #ca674e
RGB | 202 | 103 | 78 |
---|---|---|---|
HSL | 0.03 | 0.54 | 0.55 |
HSV | 12° | 61° | 79° |
CMYK | 0.00 | 0.49 | 0.61 0.21 |
XYZ | 30.5825 | 22.8071 | 9.9981 |
Yxy | 22.8071 | 0.4825 | 0.3598 |
Hunter Lab | 47.7568 | 30.7335 | 21.0171 |
CIE-Lab | 54.8731 | 37.1343 | 31.9654 |
#ca674e color RGB value is (202,103,78).
#ca674e hex color red value is 202, green value is 103 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ca674e hue: 0.03 , saturation: 0.54 and the lightness value of ca674e is 0.55.
The process color (four color CMYK) of #ca674e color hex is 0.00, 0.49, 0.61, 0.21. Web safe color of #ca674e is #cc6666. Color #ca674e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01100111 | 01001110 |
Octal | 312 | 147 | 116 |
Decimal | 202 | 103 | 78 |
Hex | CA | 67 | 4E |
Shades of #ca674e
Tints of #ca674e
RGB Percentages of Color #ca674e
CMYK Percentages of Color #ca674e
Complementary Color
#ca674e | #4eb1ca |
#ca674e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca674e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca674e Color CSS Codes
.mybgcolor {background-color:#ca674e; } .myforecolor {color:#ca674e; } .mybordercolor {border:3px solid #ca674e; }
#ca674e Text Font Color
<p style="color:#ca674e">Text here</p>
This sample text font color is #ca674e
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.
#ca674e Background Color
<div style="background-color:#ca674e">
Div content here</div>
This div background color is #ca674e
#ca674e Border Color
<div style="border:3px solid #ca674e">
Div here</div>
This div border color is #ca674e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,103,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca674e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca674e; -webkit-box-shadow: 1px 1px 3px 2px #ca674e; box-shadow: 1px 1px 3px 2px #ca674e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,103,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca674e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca674e; -webkit-box-shadow: 1px 1px 3px 2px #ca674e; box-shadow: 1px 1px 3px 2px #ca674e;">
Div content here</div>
This div box has shadow with color #ca674e
Comments
No comments written yet.
Please login to write comment.