Color Hex Logo

#de5eeb Color Hex

#DE5EEB
(222,94,235)
0 Favorites   0 Comments

Color spaces of #de5eeb

RGB 22294235
HSL0.820.780.65
HSV294°60°92°
CMYK 0.060.600.00   0.08
XYZ49.122329.533281.7087
Yxy29.53320.30630.1842
Hunter Lab54.344566.2445-51.1034
CIE-Lab61.249368.2803-48.5580

#de5eeb color RGB value is (222,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011110 11101011
Octal 336 136 353
Decimal 222 94 235
Hex DE 5E EB

RGB Percentages of Color #de5eeb

%40.29
%17.06
%42.65

CMYK Percentages of Color #de5eeb

%6
%60
%0
%8

Triadic Colors of #de5eeb

#de5eeb #ebde5e #5eebde

Analogous Colors of #de5eeb

#de5eeb #eb5eb2 #985eeb

Monochromatic Colors of #de5eeb

#de5eeb

Complementary Color

#de5eeb #6beb5e

#de5eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5eeb Color CSS Codes

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

#de5eeb Text Font Color

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

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


#de5eeb Background Color

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

This div background color is #de5eeb


#de5eeb Border Color

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

This div border color is #de5eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5eeb


Comments

No comments written yet.

Please login to write comment.