Color Hex Logo

#cfb0df Color Hex

#CFB0DF
(207,176,223)
0 Favorites   0 Comments

Color spaces of #cfb0df

RGB 207176223
HSL0.780.420.78
HSV280°21°87°
CMYK 0.070.210.00   0.13
XYZ54.576749.643876.5177
Yxy49.64380.30200.2747
Hunter Lab70.458414.9631-15.0680
CIE-Lab75.850119.6791-19.4509

#cfb0df color RGB value is (207,176,223).

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

The process color (four color CMYK) of #cfb0df color hex is 0.07, 0.21, 0.00, 0.13. Web safe color of #cfb0df is #cc99cc. Color #cfb0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 11011111
Octal 317 260 337
Decimal 207 176 223
Hex CF B0 DF

RGB Percentages of Color #cfb0df

%34.16
%29.04
%36.80

CMYK Percentages of Color #cfb0df

%7
%21
%0
%13

Triadic Colors of #cfb0df

#cfb0df #dfcfb0 #b0dfcf

Analogous Colors of #cfb0df

#cfb0df #dfb0d8 #b8b0df

Monochromatic Colors of #cfb0df

#cfb0df

Complementary Color

#cfb0df #c0dfb0

#cfb0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb0df Color CSS Codes

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

#cfb0df Text Font Color

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

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


#cfb0df Background Color

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

This div background color is #cfb0df


#cfb0df Border Color

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

This div border color is #cfb0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb0df


Comments

No comments written yet.

Please login to write comment.