Color Hex Logo

#de50eb Color Hex

#DE50EB
(222,80,235)
0 Favorites   0 Comments

Color spaces of #de50eb

RGB 22280235
HSL0.820.790.62
HSV295°66°92°
CMYK 0.060.660.00   0.08
XYZ47.988327.265181.3307
Yxy27.26510.30650.1741
Hunter Lab52.216072.6697-55.7979
CIE-Lab59.218973.9204-51.7780

#de50eb color RGB value is (222,80,235).

#de50eb hex color red value is 222, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #de50eb hue: 0.82 , saturation: 0.79 and the lightness value of de50eb is 0.62.

The process color (four color CMYK) of #de50eb color hex is 0.06, 0.66, 0.00, 0.08. Web safe color of #de50eb is #cc66ff. Color #de50eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 11101011
Octal 336 120 353
Decimal 222 80 235
Hex DE 50 EB

RGB Percentages of Color #de50eb

%41.34
%14.90
%43.76

CMYK Percentages of Color #de50eb

%6
%66
%0
%8

Triadic Colors of #de50eb

#de50eb #ebde50 #50ebde

Analogous Colors of #de50eb

#de50eb #eb50ab #9150eb

Monochromatic Colors of #de50eb

#de50eb

Complementary Color

#de50eb #5deb50

#de50eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de50eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de50eb Color CSS Codes

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

#de50eb Text Font Color

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

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


#de50eb Background Color

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

This div background color is #de50eb


#de50eb Border Color

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

This div border color is #de50eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de50eb


Comments

No comments written yet.

Please login to write comment.