Color Hex Logo

#ca571f Color Hex

#CA571F
(202,87,31)
0 Favorites   0 Comments

Color spaces of #ca571f

RGB 2028731
HSL0.050.730.46
HSV20°85°79°
CMYK 0.000.570.85   0.21
XYZ28.012619.47193.5783
Yxy19.47190.54860.3813
Hunter Lab44.127036.092826.0810
CIE-Lab51.234842.937451.8598

#ca571f color RGB value is (202,87,31).

#ca571f hex color red value is 202, green value is 87 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ca571f hue: 0.05 , saturation: 0.73 and the lightness value of ca571f is 0.46.

The process color (four color CMYK) of #ca571f color hex is 0.00, 0.57, 0.85, 0.21. Web safe color of #ca571f is #cc6633. Color #ca571f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 00011111
Octal 312 127 37
Decimal 202 87 31
Hex CA 57 1F

RGB Percentages of Color #ca571f

%63.13
%27.19
%9.69

CMYK Percentages of Color #ca571f

%0
%57
%85
%21

Triadic Colors of #ca571f

#ca571f #1fca57 #571fca

Analogous Colors of #ca571f

#ca571f #caad1f #ca1f3d

Monochromatic Colors of #ca571f

#ca571f

Complementary Color

#ca571f #1f92ca

#ca571f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca571f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca571f Color CSS Codes

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

#ca571f Text Font Color

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

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


#ca571f Background Color

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

This div background color is #ca571f


#ca571f Border Color

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

This div border color is #ca571f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca571f


Comments

No comments written yet.

Please login to write comment.