Color Hex Logo

#e69aba Color Hex

#E69ABA
(230,154,186)
0 Favorites   0 Comments

Color spaces of #e69aba

RGB 230154186
HSL0.930.600.75
HSV335°33°90°
CMYK 0.000.330.19   0.10
XYZ53.051743.479452.0506
Yxy43.47940.35710.2926
Hunter Lab65.938928.2206-0.6449
CIE-Lab71.879132.8879-4.8657

#e69aba color RGB value is (230,154,186).

#e69aba hex color red value is 230, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e69aba hue: 0.93 , saturation: 0.60 and the lightness value of e69aba is 0.75.

The process color (four color CMYK) of #e69aba color hex is 0.00, 0.33, 0.19, 0.10. Web safe color of #e69aba is #ff99cc. Color #e69aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 10111010
Octal 346 232 272
Decimal 230 154 186
Hex E6 9A BA

RGB Percentages of Color #e69aba

%40.35
%27.02
%32.63

CMYK Percentages of Color #e69aba

%0
%33
%19
%10

Triadic Colors of #e69aba

#e69aba #bae69a #9abae6

Analogous Colors of #e69aba

#e69aba #e6a09a #e69ae0

Monochromatic Colors of #e69aba

#e69aba

Complementary Color

#e69aba #9ae6c6

#e69aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69aba Color CSS Codes

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

#e69aba Text Font Color

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

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


#e69aba Background Color

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

This div background color is #e69aba


#e69aba Border Color

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

This div border color is #e69aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69aba


Comments

No comments written yet.

Please login to write comment.