Color Hex Logo

#de70ef Color Hex

#DE70EF
(222,112,239)
0 Favorites   0 Comments

Color spaces of #de70ef

RGB 222112239
HSL0.810.800.69
HSV292°53°94°
CMYK 0.070.530.00   0.06
XYZ51.498433.349985.3843
Yxy33.34990.30250.1959
Hunter Lab57.749458.1172-47.2376
CIE-Lab64.443260.8816-45.7366

#de70ef color RGB value is (222,112,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 11101111
Octal 336 160 357
Decimal 222 112 239
Hex DE 70 EF

RGB Percentages of Color #de70ef

%38.74
%19.55
%41.71

CMYK Percentages of Color #de70ef

%7
%53
%0
%6

Triadic Colors of #de70ef

#de70ef #efde70 #70efde

Analogous Colors of #de70ef

#de70ef #ef70c1 #9f70ef

Monochromatic Colors of #de70ef

#de70ef

Complementary Color

#de70ef #81ef70

#de70ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70ef Color CSS Codes

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

#de70ef Text Font Color

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

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


#de70ef Background Color

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

This div background color is #de70ef


#de70ef Border Color

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

This div border color is #de70ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,112,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70ef


Comments

No comments written yet.

Please login to write comment.