Color Hex Logo

#dfb0ef Color Hex

#DFB0EF
(223,176,239)
0 Favorites   0 Comments

Color spaces of #dfb0ef

RGB 223176239
HSL0.790.660.81
HSV285°26°94°
CMYK 0.070.260.00   0.06
XYZ61.536752.970688.6424
Yxy52.97060.30290.2607
Hunter Lab72.780923.5563-21.2647
CIE-Lab77.857627.9902-24.9250

#dfb0ef color RGB value is (223,176,239).

#dfb0ef hex color red value is 223, green value is 176 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfb0ef hue: 0.79 , saturation: 0.66 and the lightness value of dfb0ef is 0.81.

The process color (four color CMYK) of #dfb0ef color hex is 0.07, 0.26, 0.00, 0.06. Web safe color of #dfb0ef is #cc99ff. Color #dfb0ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 11101111
Octal 337 260 357
Decimal 223 176 239
Hex DF B0 EF

RGB Percentages of Color #dfb0ef

%34.95
%27.59
%37.46

CMYK Percentages of Color #dfb0ef

%7
%26
%0
%6

Triadic Colors of #dfb0ef

#dfb0ef #efdfb0 #b0efdf

Analogous Colors of #dfb0ef

#dfb0ef #efb0e0 #c0b0ef

Monochromatic Colors of #dfb0ef

#dfb0ef

Complementary Color

#dfb0ef #c0efb0

#dfb0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb0ef Color CSS Codes

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

#dfb0ef Text Font Color

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

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


#dfb0ef Background Color

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

This div background color is #dfb0ef


#dfb0ef Border Color

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

This div border color is #dfb0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb0ef


Comments

No comments written yet.

Please login to write comment.