Color Hex Logo

#de70ff Color Hex

#DE70FF
(222,112,255)
0 Favorites   0 Comments

Color spaces of #de70ff

RGB 222112255
HSL0.791.000.72
HSV286°56°100°
CMYK 0.130.560.00   0.00
XYZ53.968434.337998.3912
Yxy34.33790.28910.1839
Hunter Lab58.598561.8484-58.5332
CIE-Lab65.229963.9061-53.3064

#de70ff color RGB value is (222,112,255).

#de70ff hex color red value is 222, green value is 112 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #de70ff hue: 0.79 , saturation: 1.00 and the lightness value of de70ff is 0.72.

The process color (four color CMYK) of #de70ff color hex is 0.13, 0.56, 0.00, 0.00. Web safe color of #de70ff is #cc66ff. Color #de70ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 11111111
Octal 336 160 377
Decimal 222 112 255
Hex DE 70 FF

RGB Percentages of Color #de70ff

%37.69
%19.02
%43.29

CMYK Percentages of Color #de70ff

%13
%56
%0
%0

Triadic Colors of #de70ff

#de70ff #ffde70 #70ffde

Analogous Colors of #de70ff

#de70ff #ff70d9 #9770ff

Monochromatic Colors of #de70ff

#de70ff

Complementary Color

#de70ff #91ff70

#de70ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70ff Color CSS Codes

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

#de70ff Text Font Color

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

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


#de70ff Background Color

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

This div background color is #de70ff


#de70ff Border Color

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

This div border color is #de70ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70ff


Comments

No comments written yet.

Please login to write comment.