Color Hex Logo

#cfb1dd Color Hex

#CFB1DD
(207,177,221)
0 Favorites   0 Comments

Color spaces of #cfb1dd

RGB 207177221
HSL0.780.390.78
HSV281°20°87°
CMYK 0.060.200.00   0.13
XYZ54.505449.930175.1713
Yxy49.93010.30350.2780
Hunter Lab70.661214.0310-13.6114
CIE-Lab76.026318.7385-18.0980

#cfb1dd color RGB value is (207,177,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 11011101
Octal 317 261 335
Decimal 207 177 221
Hex CF B1 DD

RGB Percentages of Color #cfb1dd

%34.21
%29.26
%36.53

CMYK Percentages of Color #cfb1dd

%6
%20
%0
%13

Triadic Colors of #cfb1dd

#cfb1dd #ddcfb1 #b1ddcf

Analogous Colors of #cfb1dd

#cfb1dd #ddb1d5 #b9b1dd

Monochromatic Colors of #cfb1dd

#cfb1dd

Complementary Color

#cfb1dd #bfddb1

#cfb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb1dd Color CSS Codes

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

#cfb1dd Text Font Color

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

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


#cfb1dd Background Color

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

This div background color is #cfb1dd


#cfb1dd Border Color

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

This div border color is #cfb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb1dd


Comments

No comments written yet.

Please login to write comment.