Color Hex Logo

#ca594a Color Hex

#CA594A
(202,89,74)
0 Favorites   0 Comments

Color spaces of #ca594a

RGB 2028974
HSL0.020.550.54
HSV63°79°
CMYK 0.000.560.63   0.21
XYZ29.165520.19578.8395
Yxy20.19570.50110.3470
Hunter Lab44.939637.200919.7956
CIE-Lab52.057843.893830.7407

#ca594a color RGB value is (202,89,74).

#ca594a hex color red value is 202, green value is 89 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ca594a hue: 0.02 , saturation: 0.55 and the lightness value of ca594a is 0.54.

The process color (four color CMYK) of #ca594a color hex is 0.00, 0.56, 0.63, 0.21. Web safe color of #ca594a is #cc6633. Color #ca594a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 01001010
Octal 312 131 112
Decimal 202 89 74
Hex CA 59 4A

RGB Percentages of Color #ca594a

%55.34
%24.38
%20.27

CMYK Percentages of Color #ca594a

%0
%56
%63
%21

Triadic Colors of #ca594a

#ca594a #4aca59 #594aca

Analogous Colors of #ca594a

#ca594a #ca994a #ca4a7b

Monochromatic Colors of #ca594a

#ca594a

Complementary Color

#ca594a #4abbca

#ca594a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca594a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca594a Color CSS Codes

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

#ca594a Text Font Color

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

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


#ca594a Background Color

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

This div background color is #ca594a


#ca594a Border Color

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

This div border color is #ca594a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca594a


Comments

No comments written yet.

Please login to write comment.