Color Hex Logo

#ca8489 Color Hex

#CA8489
(202,132,137)
0 Favorites   0 Comments

Color spaces of #ca8489

RGB 202132137
HSL0.990.400.65
HSV356°35°79°
CMYK 0.000.350.32   0.21
XYZ37.123730.865227.6679
Yxy30.86520.38810.3227
Hunter Lab55.556522.05279.3623
CIE-Lab62.393727.58528.4833

#ca8489 color RGB value is (202,132,137).

#ca8489 hex color red value is 202, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ca8489 hue: 0.99 , saturation: 0.40 and the lightness value of ca8489 is 0.65.

The process color (four color CMYK) of #ca8489 color hex is 0.00, 0.35, 0.32, 0.21. Web safe color of #ca8489 is #cc9999. Color #ca8489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 10001001
Octal 312 204 211
Decimal 202 132 137
Hex CA 84 89

RGB Percentages of Color #ca8489

%42.89
%28.03
%29.09

CMYK Percentages of Color #ca8489

%0
%35
%32
%21

Triadic Colors of #ca8489

#ca8489 #89ca84 #8489ca

Analogous Colors of #ca8489

#ca8489 #caa284 #ca84ac

Monochromatic Colors of #ca8489

#ca8489

Complementary Color

#ca8489 #84cac5

#ca8489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8489 Color CSS Codes

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

#ca8489 Text Font Color

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

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


#ca8489 Background Color

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

This div background color is #ca8489


#ca8489 Border Color

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

This div border color is #ca8489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8489


Comments

No comments written yet.

Please login to write comment.