Color Hex Logo

#de82eb Color Hex

#DE82EB
(222,130,235)
0 Favorites   0 Comments

Color spaces of #de82eb

RGB 222130235
HSL0.810.720.72
HSV293°45°92°
CMYK 0.060.450.00   0.08
XYZ53.102237.493083.0353
Yxy37.49300.30580.2159
Hunter Lab61.231547.6465-37.5403
CIE-Lab67.645351.2680-38.5088

#de82eb color RGB value is (222,130,235).

#de82eb hex color red value is 222, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #de82eb hue: 0.81 , saturation: 0.72 and the lightness value of de82eb is 0.72.

The process color (four color CMYK) of #de82eb color hex is 0.06, 0.45, 0.00, 0.08. Web safe color of #de82eb is #cc99ff. Color #de82eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000010 11101011
Octal 336 202 353
Decimal 222 130 235
Hex DE 82 EB

RGB Percentages of Color #de82eb

%37.82
%22.15
%40.03

CMYK Percentages of Color #de82eb

%6
%45
%0
%8

Triadic Colors of #de82eb

#de82eb #ebde82 #82ebde

Analogous Colors of #de82eb

#de82eb #eb82c4 #aa82eb

Monochromatic Colors of #de82eb

#de82eb

Complementary Color

#de82eb #8feb82

#de82eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de82eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de82eb Color CSS Codes

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

#de82eb Text Font Color

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

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


#de82eb Background Color

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

This div background color is #de82eb


#de82eb Border Color

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

This div border color is #de82eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de82eb


Comments

No comments written yet.

Please login to write comment.