Color Hex Logo

#ca9099 Color Hex

#CA9099
(202,144,153)
0 Favorites   0 Comments

Color spaces of #ca9099

RGB 202144153
HSL0.970.350.68
HSV351°29°79°
CMYK 0.000.290.24   0.21
XYZ40.080134.803034.7422
Yxy34.80300.36560.3175
Hunter Lab58.994118.03196.3794
CIE-Lab65.595023.24174.0144

#ca9099 color RGB value is (202,144,153).

#ca9099 hex color red value is 202, green value is 144 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ca9099 hue: 0.97 , saturation: 0.35 and the lightness value of ca9099 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010000 10011001
Octal 312 220 231
Decimal 202 144 153
Hex CA 90 99

RGB Percentages of Color #ca9099

%40.48
%28.86
%30.66

CMYK Percentages of Color #ca9099

%0
%29
%24
%21

Triadic Colors of #ca9099

#ca9099 #99ca90 #9099ca

Analogous Colors of #ca9099

#ca9099 #caa490 #ca90b6

Monochromatic Colors of #ca9099

#ca9099

Complementary Color

#ca9099 #90cac1

#ca9099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9099 Color CSS Codes

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

#ca9099 Text Font Color

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

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


#ca9099 Background Color

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

This div background color is #ca9099


#ca9099 Border Color

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

This div border color is #ca9099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9099


Comments

No comments written yet.

Please login to write comment.