Color Hex Logo

#ca9abc Color Hex

#CA9ABC
(202,154,188)
0 Favorites   0 Comments

Color spaces of #ca9abc

RGB 202154188
HSL0.880.310.70
HSV318°24°79°
CMYK 0.000.240.07   0.21
XYZ44.989839.298652.7911
Yxy39.29860.32820.2867
Hunter Lab62.688618.3993-6.0471
CIE-Lab68.967023.4313-10.6247

#ca9abc color RGB value is (202,154,188).

#ca9abc hex color red value is 202, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca9abc hue: 0.88 , saturation: 0.31 and the lightness value of ca9abc is 0.70.

The process color (four color CMYK) of #ca9abc color hex is 0.00, 0.24, 0.07, 0.21. Web safe color of #ca9abc is #cc99cc. Color #ca9abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011010 10111100
Octal 312 232 274
Decimal 202 154 188
Hex CA 9A BC

RGB Percentages of Color #ca9abc

%37.13
%28.31
%34.56

CMYK Percentages of Color #ca9abc

%0
%24
%7
%21

Triadic Colors of #ca9abc

#ca9abc #bcca9a #9abcca

Analogous Colors of #ca9abc

#ca9abc #ca9aa4 #c09aca

Monochromatic Colors of #ca9abc

#ca9abc

Complementary Color

#ca9abc #9acaa8

#ca9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9abc Color CSS Codes

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

#ca9abc Text Font Color

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

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


#ca9abc Background Color

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

This div background color is #ca9abc


#ca9abc Border Color

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

This div border color is #ca9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9abc


Comments

No comments written yet.

Please login to write comment.