Color Hex Logo

#de95eb Color Hex

#DE95EB
(222,149,235)
0 Favorites   0 Comments

Color spaces of #de95eb

RGB 222149235
HSL0.810.680.75
HSV291°37°92°
CMYK 0.060.370.00   0.08
XYZ55.867043.022683.9569
Yxy43.02260.30550.2353
Hunter Lab65.591637.2503-29.9767
CIE-Lab71.570341.3762-32.4151

#de95eb color RGB value is (222,149,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 11101011
Octal 336 225 353
Decimal 222 149 235
Hex DE 95 EB

RGB Percentages of Color #de95eb

%36.63
%24.59
%38.78

CMYK Percentages of Color #de95eb

%6
%37
%0
%8

Triadic Colors of #de95eb

#de95eb #ebde95 #95ebde

Analogous Colors of #de95eb

#de95eb #eb95cd #b395eb

Monochromatic Colors of #de95eb

#de95eb

Complementary Color

#de95eb #a2eb95

#de95eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95eb Color CSS Codes

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

#de95eb Text Font Color

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

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


#de95eb Background Color

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

This div background color is #de95eb


#de95eb Border Color

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

This div border color is #de95eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95eb


Comments

No comments written yet.

Please login to write comment.