Color Hex Logo

#df71ed Color Hex

#DF71ED
(223,113,237)
0 Favorites   0 Comments

Color spaces of #df71ed

RGB 223113237
HSL0.810.780.69
HSV293°52°93°
CMYK 0.060.520.00   0.07
XYZ51.622633.612783.8878
Yxy33.61270.30520.1987
Hunter Lab57.976557.4787-45.2049
CIE-Lab64.654060.3006-44.2894

#df71ed color RGB value is (223,113,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 11101101
Octal 337 161 355
Decimal 223 113 237
Hex DF 71 ED

RGB Percentages of Color #df71ed

%38.92
%19.72
%41.36

CMYK Percentages of Color #df71ed

%6
%52
%0
%7

Triadic Colors of #df71ed

#df71ed #eddf71 #71eddf

Analogous Colors of #df71ed

#df71ed #ed71bd #a171ed

Monochromatic Colors of #df71ed

#df71ed

Complementary Color

#df71ed #7fed71

#df71ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df71ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df71ed Color CSS Codes

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

#df71ed Text Font Color

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

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


#df71ed Background Color

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

This div background color is #df71ed


#df71ed Border Color

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

This div border color is #df71ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df71ed


Comments

No comments written yet.

Please login to write comment.