Color Hex Logo

#de70cc Color Hex

#DE70CC
(222,112,204)
0 Favorites   0 Comments

Color spaces of #de70cc

RGB 222112204
HSL0.860.630.65
HSV310°50°87°
CMYK 0.000.500.08   0.13
XYZ46.817531.477660.7350
Yxy31.47760.33670.2264
Hunter Lab56.104950.7682-24.9095
CIE-Lab62.908854.7513-28.5857

#de70cc color RGB value is (222,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 11001100
Octal 336 160 314
Decimal 222 112 204
Hex DE 70 CC

RGB Percentages of Color #de70cc

%41.26
%20.82
%37.92

CMYK Percentages of Color #de70cc

%0
%50
%8
%13

Triadic Colors of #de70cc

#de70cc #ccde70 #70ccde

Analogous Colors of #de70cc

#de70cc #de7095 #b970de

Monochromatic Colors of #de70cc

#de70cc

Complementary Color

#de70cc #70de82

#de70cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70cc Color CSS Codes

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

#de70cc Text Font Color

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

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


#de70cc Background Color

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

This div background color is #de70cc


#de70cc Border Color

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

This div border color is #de70cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70cc


Comments

No comments written yet.

Please login to write comment.