Color Hex Logo

#df71ec Color Hex

#DF71EC
(223,113,236)
0 Favorites   0 Comments

Color spaces of #df71ec

RGB 223113236
HSL0.820.760.68
HSV294°52°93°
CMYK 0.060.520.00   0.07
XYZ51.476933.554483.1204
Yxy33.55440.30610.1995
Hunter Lab57.926257.2558-44.5291
CIE-Lab64.607360.1176-43.8091

#df71ec color RGB value is (223,113,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 11101100
Octal 337 161 354
Decimal 223 113 236
Hex DF 71 EC

RGB Percentages of Color #df71ec

%38.99
%19.76
%41.26

CMYK Percentages of Color #df71ec

%6
%52
%0
%7

Triadic Colors of #df71ec

#df71ec #ecdf71 #71ecdf

Analogous Colors of #df71ec

#df71ec #ec71bc #a271ec

Monochromatic Colors of #df71ec

#df71ec

Complementary Color

#df71ec #7eec71

#df71ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df71ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#df71ec Color CSS Codes

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

#df71ec Text Font Color

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

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


#df71ec Background Color

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

This div background color is #df71ec


#df71ec Border Color

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

This div border color is #df71ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df71ec


Comments

No comments written yet.

Please login to write comment.