Color Hex Logo

#df97eb Color Hex

#DF97EB
(223,151,235)
0 Favorites   0 Comments

Color spaces of #df97eb

RGB 223151235
HSL0.810.680.76
HSV291°36°92°
CMYK 0.050.360.00   0.08
XYZ56.493443.819484.0777
Yxy43.81940.30640.2376
Hunter Lab66.196236.4927-28.9686
CIE-Lab72.107640.6197-31.5766

#df97eb color RGB value is (223,151,235).

#df97eb hex color red value is 223, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df97eb hue: 0.81 , saturation: 0.68 and the lightness value of df97eb is 0.76.

The process color (four color CMYK) of #df97eb color hex is 0.05, 0.36, 0.00, 0.08. Web safe color of #df97eb is #cc99ff. Color #df97eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010111 11101011
Octal 337 227 353
Decimal 223 151 235
Hex DF 97 EB

RGB Percentages of Color #df97eb

%36.62
%24.79
%38.59

CMYK Percentages of Color #df97eb

%5
%36
%0
%8

Triadic Colors of #df97eb

#df97eb #ebdf97 #97ebdf

Analogous Colors of #df97eb

#df97eb #eb97cd #b597eb

Monochromatic Colors of #df97eb

#df97eb

Complementary Color

#df97eb #a3eb97

#df97eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df97eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df97eb Color CSS Codes

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

#df97eb Text Font Color

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

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


#df97eb Background Color

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

This div background color is #df97eb


#df97eb Border Color

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

This div border color is #df97eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df97eb


Comments

No comments written yet.

Please login to write comment.