Color Hex Logo

#ca9989 Color Hex

#CA9989
(202,153,137)
0 Favorites   0 Comments

Color spaces of #ca9989

RGB 202153137
HSL0.040.380.66
HSV15°32°79°
CMYK 0.000.240.32   0.21
XYZ40.263737.145228.7145
Yxy37.14520.37940.3500
Hunter Lab60.946911.266514.7289
CIE-Lab67.385816.094315.5128

#ca9989 color RGB value is (202,153,137).

#ca9989 hex color red value is 202, green value is 153 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ca9989 hue: 0.04 , saturation: 0.38 and the lightness value of ca9989 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 10001001
Octal 312 231 211
Decimal 202 153 137
Hex CA 99 89

RGB Percentages of Color #ca9989

%41.06
%31.10
%27.85

CMYK Percentages of Color #ca9989

%0
%24
%32
%21

Triadic Colors of #ca9989

#ca9989 #89ca99 #9989ca

Analogous Colors of #ca9989

#ca9989 #caba89 #ca899a

Monochromatic Colors of #ca9989

#ca9989

Complementary Color

#ca9989 #89baca

#ca9989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9989 Color CSS Codes

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

#ca9989 Text Font Color

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

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


#ca9989 Background Color

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

This div background color is #ca9989


#ca9989 Border Color

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

This div border color is #ca9989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,153,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 #ca9989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9989


Comments

No comments written yet.

Please login to write comment.