Color Hex Logo

#de20ee Color Hex

#DE20EE
(222,32,238)
0 Favorites   0 Comments

Color spaces of #de20ee

RGB 22232238
HSL0.820.860.53
HSV295°87°93°
CMYK 0.070.870.00   0.07
XYZ46.073322.735782.8490
Yxy22.73570.30380.1499
Hunter Lab47.682089.0344-69.6410
CIE-Lab54.799187.6035-60.5207

#de20ee color RGB value is (222,32,238).

#de20ee hex color red value is 222, green value is 32 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #de20ee hue: 0.82 , saturation: 0.86 and the lightness value of de20ee is 0.53.

The process color (four color CMYK) of #de20ee color hex is 0.07, 0.87, 0.00, 0.07. Web safe color of #de20ee is #cc33ff. Color #de20ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100000 11101110
Octal 336 40 356
Decimal 222 32 238
Hex DE 20 EE

RGB Percentages of Color #de20ee

%45.12
%6.50
%48.37

CMYK Percentages of Color #de20ee

%7
%87
%0
%7

Triadic Colors of #de20ee

#de20ee #eede20 #20eede

Analogous Colors of #de20ee

#de20ee #ee2097 #7720ee

Monochromatic Colors of #de20ee

#de20ee

Complementary Color

#de20ee #30ee20

#de20ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de20ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de20ee Color CSS Codes

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

#de20ee Text Font Color

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

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


#de20ee Background Color

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

This div background color is #de20ee


#de20ee Border Color

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

This div border color is #de20ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de20ee


Comments

No comments written yet.

Please login to write comment.