Color Hex Logo

#de6eeb Color Hex

#DE6EEB
(222,110,235)
0 Favorites   0 Comments

Color spaces of #de6eeb

RGB 222110235
HSL0.820.760.68
HSV294°53°92°
CMYK 0.060.530.00   0.08
XYZ50.695532.679682.2331
Yxy32.67960.30610.1973
Hunter Lab57.166158.2551-45.2721
CIE-Lab63.900661.0909-44.3748

#de6eeb color RGB value is (222,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101110 11101011
Octal 336 156 353
Decimal 222 110 235
Hex DE 6E EB

RGB Percentages of Color #de6eeb

%39.15
%19.40
%41.45

CMYK Percentages of Color #de6eeb

%6
%53
%0
%8

Triadic Colors of #de6eeb

#de6eeb #ebde6e #6eebde

Analogous Colors of #de6eeb

#de6eeb #eb6eba #a06eeb

Monochromatic Colors of #de6eeb

#de6eeb

Complementary Color

#de6eeb #7beb6e

#de6eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6eeb Color CSS Codes

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

#de6eeb Text Font Color

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

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


#de6eeb Background Color

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

This div background color is #de6eeb


#de6eeb Border Color

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

This div border color is #de6eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6eeb


Comments

No comments written yet.

Please login to write comment.