Color Hex Logo

#cfb0dd Color Hex

#CFB0DD
(207,176,221)
0 Favorites   0 Comments

Color spaces of #cfb0dd

RGB 207176221
HSL0.780.400.78
HSV281°20°87°
CMYK 0.060.200.00   0.13
XYZ54.308649.536575.1057
Yxy49.53650.30350.2768
Hunter Lab70.382214.5662-14.0016
CIE-Lab75.783919.2830-18.4646

#cfb0dd color RGB value is (207,176,221).

#cfb0dd hex color red value is 207, green value is 176 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfb0dd hue: 0.78 , saturation: 0.40 and the lightness value of cfb0dd is 0.78.

The process color (four color CMYK) of #cfb0dd color hex is 0.06, 0.20, 0.00, 0.13. Web safe color of #cfb0dd is #cc99cc. Color #cfb0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 11011101
Octal 317 260 335
Decimal 207 176 221
Hex CF B0 DD

RGB Percentages of Color #cfb0dd

%34.27
%29.14
%36.59

CMYK Percentages of Color #cfb0dd

%6
%20
%0
%13

Triadic Colors of #cfb0dd

#cfb0dd #ddcfb0 #b0ddcf

Analogous Colors of #cfb0dd

#cfb0dd #ddb0d5 #b9b0dd

Monochromatic Colors of #cfb0dd

#cfb0dd

Complementary Color

#cfb0dd #beddb0

#cfb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb0dd Color CSS Codes

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

#cfb0dd Text Font Color

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

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


#cfb0dd Background Color

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

This div background color is #cfb0dd


#cfb0dd Border Color

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

This div border color is #cfb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb0dd


Comments

No comments written yet.

Please login to write comment.