Color Hex Logo

#cf9cbd Color Hex

#CF9CBD
(207,156,189)
0 Favorites   0 Comments

Color spaces of #cf9cbd

RGB 207156189
HSL0.890.350.71
HSV321°25°81°
CMYK 0.000.250.09   0.19
XYZ46.805940.716553.5362
Yxy40.71650.33180.2886
Hunter Lab63.809519.2678-5.0777
CIE-Lab69.976824.2528-9.6194

#cf9cbd color RGB value is (207,156,189).

#cf9cbd hex color red value is 207, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cf9cbd hue: 0.89 , saturation: 0.35 and the lightness value of cf9cbd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011100 10111101
Octal 317 234 275
Decimal 207 156 189
Hex CF 9C BD

RGB Percentages of Color #cf9cbd

%37.50
%28.26
%34.24

CMYK Percentages of Color #cf9cbd

%0
%25
%9
%19

Triadic Colors of #cf9cbd

#cf9cbd #bdcf9c #9cbdcf

Analogous Colors of #cf9cbd

#cf9cbd #cf9ca4 #c89ccf

Monochromatic Colors of #cf9cbd

#cf9cbd

Complementary Color

#cf9cbd #9ccfae

#cf9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9cbd Color CSS Codes

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

#cf9cbd Text Font Color

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

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


#cf9cbd Background Color

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

This div background color is #cf9cbd


#cf9cbd Border Color

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

This div border color is #cf9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9cbd


Comments

No comments written yet.

Please login to write comment.