Color Hex Logo

#caa7bb Color Hex

#CAA7BB
(202,167,187)
0 Favorites   0 Comments

Color spaces of #caa7bb

RGB 202167187
HSL0.900.250.72
HSV326°17°79°
CMYK 0.000.170.07   0.21
XYZ47.145543.781852.9796
Yxy43.78180.32760.3042
Hunter Lab66.167811.3901-1.1552
CIE-Lab72.082416.1297-5.4401

#caa7bb color RGB value is (202,167,187).

#caa7bb hex color red value is 202, green value is 167 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #caa7bb hue: 0.90 , saturation: 0.25 and the lightness value of caa7bb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100111 10111011
Octal 312 247 273
Decimal 202 167 187
Hex CA A7 BB

RGB Percentages of Color #caa7bb

%36.33
%30.04
%33.63

CMYK Percentages of Color #caa7bb

%0
%17
%7
%21

Triadic Colors of #caa7bb

#caa7bb #bbcaa7 #a7bbca

Analogous Colors of #caa7bb

#caa7bb #caa7aa #c8a7ca

Monochromatic Colors of #caa7bb

#caa7bb

Complementary Color

#caa7bb #a7cab6

#caa7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa7bb Color CSS Codes

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

#caa7bb Text Font Color

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

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


#caa7bb Background Color

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

This div background color is #caa7bb


#caa7bb Border Color

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

This div border color is #caa7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa7bb


Comments

No comments written yet.

Please login to write comment.