Color Hex Logo

#df77eb Color Hex

#DF77EB
(223,119,235)
0 Favorites   0 Comments

Color spaces of #df77eb

RGB 223119235
HSL0.820.740.69
HSV294°49°92°
CMYK 0.050.490.00   0.08
XYZ52.023634.879882.5878
Yxy34.87980.30690.2058
Hunter Lab59.059153.8824-41.5693
CIE-Lab65.655057.0396-41.6115

#df77eb color RGB value is (223,119,235).

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

The process color (four color CMYK) of #df77eb color hex is 0.05, 0.49, 0.00, 0.08. Web safe color of #df77eb is #cc66ff. Color #df77eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 11101011
Octal 337 167 353
Decimal 223 119 235
Hex DF 77 EB

RGB Percentages of Color #df77eb

%38.65
%20.62
%40.73

CMYK Percentages of Color #df77eb

%5
%49
%0
%8

Triadic Colors of #df77eb

#df77eb #ebdf77 #77ebdf

Analogous Colors of #df77eb

#df77eb #eb77bd #a577eb

Monochromatic Colors of #df77eb

#df77eb

Complementary Color

#df77eb #83eb77

#df77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df77eb Color CSS Codes

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

#df77eb Text Font Color

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

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


#df77eb Background Color

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

This div background color is #df77eb


#df77eb Border Color

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

This div border color is #df77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df77eb


Comments

No comments written yet.

Please login to write comment.