Color Hex Logo

#e69aed Color Hex

#E69AED
(230,154,237)
0 Favorites   0 Comments

Color spaces of #e69aed

RGB 230154237
HSL0.820.700.77
HSV295°35°93°
CMYK 0.030.350.00   0.07
XYZ59.474846.048685.8744
Yxy46.04860.31070.2406
Hunter Lab67.859137.6920-27.5290
CIE-Lab73.577141.5548-30.3409

#e69aed color RGB value is (230,154,237).

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

The process color (four color CMYK) of #e69aed color hex is 0.03, 0.35, 0.00, 0.07. Web safe color of #e69aed is #ff99ff. Color #e69aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 11101101
Octal 346 232 355
Decimal 230 154 237
Hex E6 9A ED

RGB Percentages of Color #e69aed

%37.04
%24.80
%38.16

CMYK Percentages of Color #e69aed

%3
%35
%0
%7

Triadic Colors of #e69aed

#e69aed #ede69a #9aede6

Analogous Colors of #e69aed

#e69aed #ed9acb #bd9aed

Monochromatic Colors of #e69aed

#e69aed

Complementary Color

#e69aed #a1ed9a

#e69aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69aed Color CSS Codes

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

#e69aed Text Font Color

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

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


#e69aed Background Color

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

This div background color is #e69aed


#e69aed Border Color

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

This div border color is #e69aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69aed


Comments

No comments written yet.

Please login to write comment.