Color Hex Logo

#de72ec Color Hex

#DE72EC
(222,114,236)
0 Favorites   0 Comments

Color spaces of #de72ec

RGB 222114236
HSL0.810.760.69
HSV293°52°93°
CMYK 0.060.520.00   0.07
XYZ51.281833.620483.1434
Yxy33.62040.30520.2001
Hunter Lab57.983156.3997-44.4292
CIE-Lab64.660159.3744-43.7349

#de72ec color RGB value is (222,114,236).

#de72ec hex color red value is 222, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #de72ec hue: 0.81 , saturation: 0.76 and the lightness value of de72ec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 11101100
Octal 336 162 354
Decimal 222 114 236
Hex DE 72 EC

RGB Percentages of Color #de72ec

%38.81
%19.93
%41.26

CMYK Percentages of Color #de72ec

%6
%52
%0
%7

Triadic Colors of #de72ec

#de72ec #ecde72 #72ecde

Analogous Colors of #de72ec

#de72ec #ec72bd #a172ec

Monochromatic Colors of #de72ec

#de72ec

Complementary Color

#de72ec #80ec72

#de72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72ec Color CSS Codes

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

#de72ec Text Font Color

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

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


#de72ec Background Color

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

This div background color is #de72ec


#de72ec Border Color

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

This div border color is #de72ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72ec


Comments

No comments written yet.

Please login to write comment.