Color Hex Logo

#de70ce Color Hex

#DE70CE
(222,112,206)
0 Favorites   0 Comments

Color spaces of #de70ce

RGB 222112206
HSL0.860.630.65
HSV309°50°87°
CMYK 0.000.500.07   0.13
XYZ47.058931.574262.0067
Yxy31.57420.33460.2245
Hunter Lab56.190951.1565-26.0929
CIE-Lab62.989455.0813-29.5878

#de70ce color RGB value is (222,112,206).

#de70ce hex color red value is 222, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #de70ce hue: 0.86 , saturation: 0.63 and the lightness value of de70ce is 0.65.

The process color (four color CMYK) of #de70ce color hex is 0.00, 0.50, 0.07, 0.13. Web safe color of #de70ce is #cc66cc. Color #de70ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 11001110
Octal 336 160 316
Decimal 222 112 206
Hex DE 70 CE

RGB Percentages of Color #de70ce

%41.11
%20.74
%38.15

CMYK Percentages of Color #de70ce

%0
%50
%7
%13

Triadic Colors of #de70ce

#de70ce #cede70 #70cede

Analogous Colors of #de70ce

#de70ce #de7097 #b770de

Monochromatic Colors of #de70ce

#de70ce

Complementary Color

#de70ce #70de80

#de70ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70ce Color CSS Codes

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

#de70ce Text Font Color

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

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


#de70ce Background Color

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

This div background color is #de70ce


#de70ce Border Color

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

This div border color is #de70ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70ce


Comments

No comments written yet.

Please login to write comment.