Color Hex Logo

#cfb3bb Color Hex

#CFB3BB
(207,179,187)
0 Favorites   0 Comments

Color spaces of #cfb3bb

RGB 207179187
HSL0.950.230.76
HSV343°14°81°
CMYK 0.000.140.10   0.19
XYZ50.821949.093553.8111
Yxy49.09350.33060.3194
Hunter Lab70.06686.85563.5121
CIE-Lab75.509511.3896-0.3501

#cfb3bb color RGB value is (207,179,187).

#cfb3bb hex color red value is 207, green value is 179 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfb3bb hue: 0.95 , saturation: 0.23 and the lightness value of cfb3bb is 0.76.

The process color (four color CMYK) of #cfb3bb color hex is 0.00, 0.14, 0.10, 0.19. Web safe color of #cfb3bb is #cccccc. Color #cfb3bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 10111011
Octal 317 263 273
Decimal 207 179 187
Hex CF B3 BB

RGB Percentages of Color #cfb3bb

%36.13
%31.24
%32.64

CMYK Percentages of Color #cfb3bb

%0
%14
%10
%19

Triadic Colors of #cfb3bb

#cfb3bb #bbcfb3 #b3bbcf

Analogous Colors of #cfb3bb

#cfb3bb #cfb9b3 #cfb3c9

Monochromatic Colors of #cfb3bb

#cfb3bb

Complementary Color

#cfb3bb #b3cfc7

#cfb3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb3bb Color CSS Codes

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

#cfb3bb Text Font Color

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

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


#cfb3bb Background Color

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

This div background color is #cfb3bb


#cfb3bb Border Color

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

This div border color is #cfb3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb3bb


Comments

No comments written yet.

Please login to write comment.