Color Hex Logo

#df77ed Color Hex

#DF77ED
(223,119,237)
0 Favorites   0 Comments

Color spaces of #df77ed

RGB 223119237
HSL0.810.770.70
HSV293°50°93°
CMYK 0.060.500.00   0.07
XYZ52.314334.996184.1184
Yxy34.99610.30520.2041
Hunter Lab59.157554.3259-42.8966
CIE-Lab65.745657.4092-42.5751

#df77ed color RGB value is (223,119,237).

#df77ed hex color red value is 223, green value is 119 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df77ed hue: 0.81 , saturation: 0.77 and the lightness value of df77ed is 0.70.

The process color (four color CMYK) of #df77ed color hex is 0.06, 0.50, 0.00, 0.07. Web safe color of #df77ed is #cc66ff. Color #df77ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 11101101
Octal 337 167 355
Decimal 223 119 237
Hex DF 77 ED

RGB Percentages of Color #df77ed

%38.51
%20.55
%40.93

CMYK Percentages of Color #df77ed

%6
%50
%0
%7

Triadic Colors of #df77ed

#df77ed #eddf77 #77eddf

Analogous Colors of #df77ed

#df77ed #ed77c0 #a477ed

Monochromatic Colors of #df77ed

#df77ed

Complementary Color

#df77ed #85ed77

#df77ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df77ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df77ed Color CSS Codes

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

#df77ed Text Font Color

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

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


#df77ed Background Color

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

This div background color is #df77ed


#df77ed Border Color

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

This div border color is #df77ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df77ed


Comments

No comments written yet.

Please login to write comment.