Color Hex Logo

#ca7159 Color Hex

#CA7159
(202,113,89)
0 Favorites   0 Comments

Color spaces of #ca7159

RGB 20211389
HSL0.040.520.57
HSV13°56°79°
CMYK 0.000.440.56   0.21
XYZ32.065425.088112.6036
Yxy25.08810.45970.3596
Hunter Lab50.088026.618320.1425
CIE-Lab57.161232.722428.6691

#ca7159 color RGB value is (202,113,89).

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

The process color (four color CMYK) of #ca7159 color hex is 0.00, 0.44, 0.56, 0.21. Web safe color of #ca7159 is #cc6666. Color #ca7159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 01011001
Octal 312 161 131
Decimal 202 113 89
Hex CA 71 59

RGB Percentages of Color #ca7159

%50.00
%27.97
%22.03

CMYK Percentages of Color #ca7159

%0
%44
%56
%21

Triadic Colors of #ca7159

#ca7159 #59ca71 #7159ca

Analogous Colors of #ca7159

#ca7159 #caaa59 #ca597a

Monochromatic Colors of #ca7159

#ca7159

Complementary Color

#ca7159 #59b2ca

#ca7159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7159 Color CSS Codes

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

#ca7159 Text Font Color

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

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


#ca7159 Background Color

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

This div background color is #ca7159


#ca7159 Border Color

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

This div border color is #ca7159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7159

#ca7159 Color Palettes


Comments

No comments written yet.

Please login to write comment.