Color Hex Logo

#ca570e Color Hex

#CA570E
(202,87,14)
0 Favorites   0 Comments

Color spaces of #ca570e

RGB 2028714
HSL0.060.870.42
HSV23°93°79°
CMYK 0.000.570.93   0.21
XYZ27.844619.40472.6934
Yxy19.40470.55750.3885
Hunter Lab44.050835.741527.2104
CIE-Lab51.157442.604657.5143

#ca570e color RGB value is (202,87,14).

#ca570e hex color red value is 202, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca570e hue: 0.06 , saturation: 0.87 and the lightness value of ca570e is 0.42.

The process color (four color CMYK) of #ca570e color hex is 0.00, 0.57, 0.93, 0.21. Web safe color of #ca570e is #cc6600. Color #ca570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 00001110
Octal 312 127 16
Decimal 202 87 14
Hex CA 57 E

RGB Percentages of Color #ca570e

%66.67
%28.71
%4.62

CMYK Percentages of Color #ca570e

%0
%57
%93
%21

Triadic Colors of #ca570e

#ca570e #0eca57 #570eca

Analogous Colors of #ca570e

#ca570e #cab50e #ca0e23

Monochromatic Colors of #ca570e

#ca570e

Complementary Color

#ca570e #0e81ca

#ca570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca570e Color CSS Codes

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

#ca570e Text Font Color

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

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


#ca570e Background Color

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

This div background color is #ca570e


#ca570e Border Color

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

This div border color is #ca570e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca570e


Comments

No comments written yet.

Please login to write comment.