Color Hex Logo

#ca472e Color Hex

#CA472E
(202,71,46)
0 Favorites   0 Comments

Color spaces of #ca472e

RGB 2027146
HSL0.030.630.49
HSV10°77°79°
CMYK 0.000.650.77   0.21
XYZ27.103517.26034.4878
Yxy17.26030.55480.3533
Hunter Lab41.545543.745322.6773
CIE-Lab48.586450.713942.2701

#ca472e color RGB value is (202,71,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 00101110
Octal 312 107 56
Decimal 202 71 46
Hex CA 47 2E

RGB Percentages of Color #ca472e

%63.32
%22.26
%14.42

CMYK Percentages of Color #ca472e

%0
%65
%77
%21

Triadic Colors of #ca472e

#ca472e #2eca47 #472eca

Analogous Colors of #ca472e

#ca472e #ca952e #ca2e63

Monochromatic Colors of #ca472e

#ca472e

Complementary Color

#ca472e #2eb1ca

#ca472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca472e Color CSS Codes

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

#ca472e Text Font Color

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

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


#ca472e Background Color

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

This div background color is #ca472e


#ca472e Border Color

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

This div border color is #ca472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca472e


Comments

No comments written yet.

Please login to write comment.