Color Hex Logo

#de7eeb Color Hex

#DE7EEB
(222,126,235)
0 Favorites   0 Comments

Color spaces of #de7eeb

RGB 222126235
HSL0.810.730.71
HSV293°46°92°
CMYK 0.060.460.00   0.08
XYZ52.580536.449582.8614
Yxy36.44950.30590.2120
Hunter Lab60.373449.8060-39.1130
CIE-Lab66.862053.2913-39.7317

#de7eeb color RGB value is (222,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111110 11101011
Octal 336 176 353
Decimal 222 126 235
Hex DE 7E EB

RGB Percentages of Color #de7eeb

%38.08
%21.61
%40.31

CMYK Percentages of Color #de7eeb

%6
%46
%0
%8

Triadic Colors of #de7eeb

#de7eeb #ebde7e #7eebde

Analogous Colors of #de7eeb

#de7eeb #eb7ec2 #a87eeb

Monochromatic Colors of #de7eeb

#de7eeb

Complementary Color

#de7eeb #8beb7e

#de7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7eeb Color CSS Codes

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

#de7eeb Text Font Color

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

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


#de7eeb Background Color

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

This div background color is #de7eeb


#de7eeb Border Color

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

This div border color is #de7eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7eeb


Comments

No comments written yet.

Please login to write comment.