Color Hex Logo

#ca9157 Color Hex

#CA9157
(202,145,87)
0 Favorites   0 Comments

Color spaces of #ca9157

RGB 20214587
HSL0.080.520.57
HSV30°57°79°
CMYK 0.000.280.57   0.21
XYZ36.202833.495513.5740
Yxy33.49550.43480.4022
Hunter Lab57.875310.375526.6069
CIE-Lab64.560115.199638.9859

#ca9157 color RGB value is (202,145,87).

#ca9157 hex color red value is 202, green value is 145 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ca9157 hue: 0.08 , saturation: 0.52 and the lightness value of ca9157 is 0.57.

The process color (four color CMYK) of #ca9157 color hex is 0.00, 0.28, 0.57, 0.21. Web safe color of #ca9157 is #cc9966. Color #ca9157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 01010111
Octal 312 221 127
Decimal 202 145 87
Hex CA 91 57

RGB Percentages of Color #ca9157

%46.54
%33.41
%20.05

CMYK Percentages of Color #ca9157

%0
%28
%57
%21

Triadic Colors of #ca9157

#ca9157 #57ca91 #9157ca

Analogous Colors of #ca9157

#ca9157 #caca57 #ca5857

Monochromatic Colors of #ca9157

#ca9157

Complementary Color

#ca9157 #5790ca

#ca9157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9157 Color CSS Codes

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

#ca9157 Text Font Color

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

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


#ca9157 Background Color

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

This div background color is #ca9157


#ca9157 Border Color

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

This div border color is #ca9157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9157


Comments

No comments written yet.

Please login to write comment.