Color Hex Logo

#cfa9bb Color Hex

#CFA9BB
(207,169,187)
0 Favorites   0 Comments

Color spaces of #cfa9bb

RGB 207169187
HSL0.920.280.74
HSV332°18°81°
CMYK 0.000.180.10   0.19
XYZ48.889745.229253.1670
Yxy45.22920.33190.3071
Hunter Lab67.252712.06940.2048
CIE-Lab73.042616.8131-3.9699

#cfa9bb color RGB value is (207,169,187).

#cfa9bb hex color red value is 207, green value is 169 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfa9bb hue: 0.92 , saturation: 0.28 and the lightness value of cfa9bb is 0.74.

The process color (four color CMYK) of #cfa9bb color hex is 0.00, 0.18, 0.10, 0.19. Web safe color of #cfa9bb is #cc99cc. Color #cfa9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101001 10111011
Octal 317 251 273
Decimal 207 169 187
Hex CF A9 BB

RGB Percentages of Color #cfa9bb

%36.77
%30.02
%33.21

CMYK Percentages of Color #cfa9bb

%0
%18
%10
%19

Triadic Colors of #cfa9bb

#cfa9bb #bbcfa9 #a9bbcf

Analogous Colors of #cfa9bb

#cfa9bb #cfaaa9 #cfa9ce

Monochromatic Colors of #cfa9bb

#cfa9bb

Complementary Color

#cfa9bb #a9cfbd

#cfa9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa9bb Color CSS Codes

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

#cfa9bb Text Font Color

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

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


#cfa9bb Background Color

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

This div background color is #cfa9bb


#cfa9bb Border Color

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

This div border color is #cfa9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa9bb


Comments

No comments written yet.

Please login to write comment.