Color Hex Logo

#dfb7eb Color Hex

#DFB7EB
(223,183,235)
0 Favorites   0 Comments

Color spaces of #dfb7eb

RGB 223183235
HSL0.790.570.82
HSV286°22°92°
CMYK 0.050.220.00   0.08
XYZ62.360355.553186.0333
Yxy55.55310.30580.2724
Hunter Lab74.534018.9111-16.2637
CIE-Lab79.358823.4408-20.4863

#dfb7eb color RGB value is (223,183,235).

#dfb7eb hex color red value is 223, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfb7eb hue: 0.79 , saturation: 0.57 and the lightness value of dfb7eb is 0.82.

The process color (four color CMYK) of #dfb7eb color hex is 0.05, 0.22, 0.00, 0.08. Web safe color of #dfb7eb is #ccccff. Color #dfb7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 11101011
Octal 337 267 353
Decimal 223 183 235
Hex DF B7 EB

RGB Percentages of Color #dfb7eb

%34.79
%28.55
%36.66

CMYK Percentages of Color #dfb7eb

%5
%22
%0
%8

Triadic Colors of #dfb7eb

#dfb7eb #ebdfb7 #b7ebdf

Analogous Colors of #dfb7eb

#dfb7eb #ebb7dd #c5b7eb

Monochromatic Colors of #dfb7eb

#dfb7eb

Complementary Color

#dfb7eb #c3ebb7

#dfb7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7eb Color CSS Codes

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

#dfb7eb Text Font Color

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

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


#dfb7eb Background Color

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

This div background color is #dfb7eb


#dfb7eb Border Color

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

This div border color is #dfb7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7eb


Comments

No comments written yet.

Please login to write comment.