Color Hex Logo

#ca472c Color Hex

#CA472C
(202,71,44)
0 Favorites   0 Comments

Color spaces of #ca472c

RGB 2027144
HSL0.030.640.48
HSV10°78°79°
CMYK 0.000.650.78   0.21
XYZ27.065017.24494.2850
Yxy17.24490.55700.3549
Hunter Lab41.527043.664322.9510
CIE-Lab48.567150.640843.2937

#ca472c color RGB value is (202,71,44).

#ca472c hex color red value is 202, green value is 71 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ca472c hue: 0.03 , saturation: 0.64 and the lightness value of ca472c is 0.48.

The process color (four color CMYK) of #ca472c color hex is 0.00, 0.65, 0.78, 0.21. Web safe color of #ca472c is #cc3333. Color #ca472c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 00101100
Octal 312 107 54
Decimal 202 71 44
Hex CA 47 2C

RGB Percentages of Color #ca472c

%63.72
%22.40
%13.88

CMYK Percentages of Color #ca472c

%0
%65
%78
%21

Triadic Colors of #ca472c

#ca472c #2cca47 #472cca

Analogous Colors of #ca472c

#ca472c #ca962c #ca2c60

Monochromatic Colors of #ca472c

#ca472c

Complementary Color

#ca472c #2cafca

#ca472c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca472c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca472c Color CSS Codes

.mybgcolor {background-color:#ca472c; } 
.myforecolor {color:#ca472c; }
.mybordercolor {border:3px solid #ca472c; }

#ca472c Text Font Color

<p style="color:#ca472c">Text here</p>

This sample text font color is #ca472c
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.


#ca472c Background Color

<div style="background-color:#ca472c">
Div content here</div>

This div background color is #ca472c


#ca472c Border Color

<div style="border:3px solid #ca472c">
Div here</div>

This div border color is #ca472c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,71,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca472c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca472c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca472c;
  box-shadow:         1px 1px 3px 2px #ca472c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,71,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca472c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca472c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca472c;
  box-shadow:         1px 1px 3px 2px #ca472c;">
Div content here</div>

This div box has shadow with color #ca472c


Comments

No comments written yet.

Please login to write comment.