Color Hex Logo

#df71ea Color Hex

#DF71EA
(223,113,234)
0 Favorites   0 Comments

Color spaces of #df71ea

RGB 223113234
HSL0.820.740.68
HSV295°52°92°
CMYK 0.050.520.00   0.08
XYZ51.187833.438781.5983
Yxy33.43870.30790.2012
Hunter Lab57.826256.8125-43.1855
CIE-Lab64.514659.7530-42.8464

#df71ea color RGB value is (223,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 11101010
Octal 337 161 352
Decimal 223 113 234
Hex DF 71 EA

RGB Percentages of Color #df71ea

%39.12
%19.82
%41.05

CMYK Percentages of Color #df71ea

%5
%52
%0
%8

Triadic Colors of #df71ea

#df71ea #eadf71 #71eadf

Analogous Colors of #df71ea

#df71ea #ea71b9 #a371ea

Monochromatic Colors of #df71ea

#df71ea

Complementary Color

#df71ea #7cea71

#df71ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df71ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df71ea Color CSS Codes

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

#df71ea Text Font Color

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

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


#df71ea Background Color

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

This div background color is #df71ea


#df71ea Border Color

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

This div border color is #df71ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df71ea


Comments

No comments written yet.

Please login to write comment.