Color Hex Logo

#e69deb Color Hex

#E69DEB
(230,157,235)
0 Favorites   0 Comments

Color spaces of #e69deb

RGB 230157235
HSL0.820.660.77
HSV296°33°92°
CMYK 0.020.330.00   0.08
XYZ59.685546.935184.5109
Yxy46.93510.31230.2456
Hunter Lab68.509235.6189-25.1819
CIE-Lab74.148239.5973-28.3729

#e69deb color RGB value is (230,157,235).

#e69deb hex color red value is 230, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e69deb hue: 0.82 , saturation: 0.66 and the lightness value of e69deb is 0.77.

The process color (four color CMYK) of #e69deb color hex is 0.02, 0.33, 0.00, 0.08. Web safe color of #e69deb is #ff99ff. Color #e69deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011101 11101011
Octal 346 235 353
Decimal 230 157 235
Hex E6 9D EB

RGB Percentages of Color #e69deb

%36.98
%25.24
%37.78

CMYK Percentages of Color #e69deb

%2
%33
%0
%8

Triadic Colors of #e69deb

#e69deb #ebe69d #9debe6

Analogous Colors of #e69deb

#e69deb #eb9dc9 #bf9deb

Monochromatic Colors of #e69deb

#e69deb

Complementary Color

#e69deb #a2eb9d

#e69deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69deb Color CSS Codes

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

#e69deb Text Font Color

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

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


#e69deb Background Color

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

This div background color is #e69deb


#e69deb Border Color

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

This div border color is #e69deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69deb


Comments

No comments written yet.

Please login to write comment.