Color Hex Logo

#e69aef Color Hex

#E69AEF
(230,154,239)
0 Favorites   0 Comments

Color spaces of #e69aef

RGB 230154239
HSL0.820.730.77
HSV294°36°94°
CMYK 0.040.360.00   0.06
XYZ59.768746.166287.4222
Yxy46.16620.30910.2388
Hunter Lab67.945738.1132-28.7233
CIE-Lab73.653241.9297-31.3131

#e69aef color RGB value is (230,154,239).

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

The process color (four color CMYK) of #e69aef color hex is 0.04, 0.36, 0.00, 0.06. Web safe color of #e69aef is #ff99ff. Color #e69aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 11101111
Octal 346 232 357
Decimal 230 154 239
Hex E6 9A EF

RGB Percentages of Color #e69aef

%36.92
%24.72
%38.36

CMYK Percentages of Color #e69aef

%4
%36
%0
%6

Triadic Colors of #e69aef

#e69aef #efe69a #9aefe6

Analogous Colors of #e69aef

#e69aef #ef9ace #bc9aef

Monochromatic Colors of #e69aef

#e69aef

Complementary Color

#e69aef #a3ef9a

#e69aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69aef Color CSS Codes

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

#e69aef Text Font Color

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

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


#e69aef Background Color

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

This div background color is #e69aef


#e69aef Border Color

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

This div border color is #e69aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69aef


Comments

No comments written yet.

Please login to write comment.