Color Hex Logo

#ca9cbb Color Hex

#CA9CBB
(202,156,187)
0 Favorites   0 Comments

Color spaces of #ca9cbb

RGB 202156187
HSL0.890.300.70
HSV320°23°79°
CMYK 0.000.230.07   0.21
XYZ45.215239.921352.3362
Yxy39.92130.32890.2904
Hunter Lab63.183317.1673-4.8830
CIE-Lab69.413422.1567-9.4024

#ca9cbb color RGB value is (202,156,187).

#ca9cbb hex color red value is 202, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca9cbb hue: 0.89 , saturation: 0.30 and the lightness value of ca9cbb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011100 10111011
Octal 312 234 273
Decimal 202 156 187
Hex CA 9C BB

RGB Percentages of Color #ca9cbb

%37.06
%28.62
%34.31

CMYK Percentages of Color #ca9cbb

%0
%23
%7
%21

Triadic Colors of #ca9cbb

#ca9cbb #bbca9c #9cbbca

Analogous Colors of #ca9cbb

#ca9cbb #ca9ca4 #c29cca

Monochromatic Colors of #ca9cbb

#ca9cbb

Complementary Color

#ca9cbb #9ccaab

#ca9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9cbb Color CSS Codes

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

#ca9cbb Text Font Color

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

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


#ca9cbb Background Color

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

This div background color is #ca9cbb


#ca9cbb Border Color

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

This div border color is #ca9cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9cbb


Comments

No comments written yet.

Please login to write comment.