Color Hex Logo

#de70fe Color Hex

#DE70FE
(222,112,254)
0 Favorites   0 Comments

Color spaces of #de70fe

RGB 222112254
HSL0.800.990.72
HSV286°56°100°
CMYK 0.130.560.00   0.00
XYZ53.807834.273797.5454
Yxy34.27370.28990.1846
Hunter Lab58.543761.6085-57.8082
CIE-Lab65.179263.7134-52.8381

#de70fe color RGB value is (222,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 11111110
Octal 336 160 376
Decimal 222 112 254
Hex DE 70 FE

RGB Percentages of Color #de70fe

%37.76
%19.05
%43.20

CMYK Percentages of Color #de70fe

%13
%56
%0
%0

Triadic Colors of #de70fe

#de70fe #fede70 #70fede

Analogous Colors of #de70fe

#de70fe #fe70d7 #9770fe

Monochromatic Colors of #de70fe

#de70fe

Complementary Color

#de70fe #90fe70

#de70fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70fe Color CSS Codes

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

#de70fe Text Font Color

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

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


#de70fe Background Color

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

This div background color is #de70fe


#de70fe Border Color

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

This div border color is #de70fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70fe

Related Colors


Comments

No comments written yet.

Please login to write comment.