Color Hex Logo

#de20ce Color Hex

#DE20CE
(222,32,206)
0 Favorites   0 Comments

Color spaces of #de20ce

RGB 22232206
HSL0.850.750.50
HSV305°86°87°
CMYK 0.000.860.07   0.13
XYZ41.781321.018960.2474
Yxy21.01890.33960.1708
Hunter Lab45.846482.4417-45.8214
CIE-Lab52.970282.8906-45.2795

#de20ce color RGB value is (222,32,206).

#de20ce hex color red value is 222, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #de20ce hue: 0.85 , saturation: 0.75 and the lightness value of de20ce is 0.50.

The process color (four color CMYK) of #de20ce color hex is 0.00, 0.86, 0.07, 0.13. Web safe color of #de20ce is #cc33cc. Color #de20ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100000 11001110
Octal 336 40 316
Decimal 222 32 206
Hex DE 20 CE

RGB Percentages of Color #de20ce

%48.26
%6.96
%44.78

CMYK Percentages of Color #de20ce

%0
%86
%7
%13

Triadic Colors of #de20ce

#de20ce #cede20 #20cede

Analogous Colors of #de20ce

#de20ce #de206f #8f20de

Monochromatic Colors of #de20ce

#de20ce

Complementary Color

#de20ce #20de30

#de20ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de20ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#de20ce Color CSS Codes

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

#de20ce Text Font Color

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

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


#de20ce Background Color

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

This div background color is #de20ce


#de20ce Border Color

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

This div border color is #de20ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,32,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 #de20ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de20ce


Comments

No comments written yet.

Please login to write comment.