Color Hex Logo

#e69dea Color Hex

#E69DEA
(230,157,234)
0 Favorites   0 Comments

Color spaces of #e69dea

RGB 230157234
HSL0.820.650.77
HSV297°33°92°
CMYK 0.020.330.00   0.08
XYZ59.541446.877483.7520
Yxy46.87740.31310.2465
Hunter Lab68.467135.4126-24.5992
CIE-Lab74.111339.4117-27.8848

#e69dea color RGB value is (230,157,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011101 11101010
Octal 346 235 352
Decimal 230 157 234
Hex E6 9D EA

RGB Percentages of Color #e69dea

%37.04
%25.28
%37.68

CMYK Percentages of Color #e69dea

%2
%33
%0
%8

Triadic Colors of #e69dea

#e69dea #eae69d #9deae6

Analogous Colors of #e69dea

#e69dea #ea9dc8 #c09dea

Monochromatic Colors of #e69dea

#e69dea

Complementary Color

#e69dea #a1ea9d

#e69dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69dea Color CSS Codes

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

#e69dea Text Font Color

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

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


#e69dea Background Color

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

This div background color is #e69dea


#e69dea Border Color

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

This div border color is #e69dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,157,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e69dea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69dea


Comments

No comments written yet.

Please login to write comment.