Color Hex Logo

#cfb0bc Color Hex

#CFB0BC
(207,176,188)
0 Favorites   0 Comments

Color spaces of #cfb0bc

RGB 207176188
HSL0.940.240.75
HSV337°15°81°
CMYK 0.000.150.09   0.19
XYZ50.334647.946954.1787
Yxy47.94690.33010.3145
Hunter Lab69.24378.57872.0800
CIE-Lab74.791413.1833-1.9473

#cfb0bc color RGB value is (207,176,188).

#cfb0bc hex color red value is 207, green value is 176 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cfb0bc hue: 0.94 , saturation: 0.24 and the lightness value of cfb0bc is 0.75.

The process color (four color CMYK) of #cfb0bc color hex is 0.00, 0.15, 0.09, 0.19. Web safe color of #cfb0bc is #cc99cc. Color #cfb0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 10111100
Octal 317 260 274
Decimal 207 176 188
Hex CF B0 BC

RGB Percentages of Color #cfb0bc

%36.25
%30.82
%32.92

CMYK Percentages of Color #cfb0bc

%0
%15
%9
%19

Triadic Colors of #cfb0bc

#cfb0bc #bccfb0 #b0bccf

Analogous Colors of #cfb0bc

#cfb0bc #cfb4b0 #cfb0cc

Monochromatic Colors of #cfb0bc

#cfb0bc

Complementary Color

#cfb0bc #b0cfc3

#cfb0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb0bc Color CSS Codes

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

#cfb0bc Text Font Color

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

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


#cfb0bc Background Color

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

This div background color is #cfb0bc


#cfb0bc Border Color

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

This div border color is #cfb0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb0bc


Comments

No comments written yet.

Please login to write comment.