Color Hex Logo

#e69ada Color Hex

#E69ADA
(230,154,218)
0 Favorites   0 Comments

Color spaces of #e69ada

RGB 230154218
HSL0.860.600.75
HSV309°33°90°
CMYK 0.000.330.05   0.10
XYZ56.843644.996272.0188
Yxy44.99620.32700.2588
Hunter Lab67.079233.8741-16.7006
CIE-Lab72.889438.1169-21.0001

#e69ada color RGB value is (230,154,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011010 11011010
Octal 346 232 332
Decimal 230 154 218
Hex E6 9A DA

RGB Percentages of Color #e69ada

%38.21
%25.58
%36.21

CMYK Percentages of Color #e69ada

%0
%33
%5
%10

Triadic Colors of #e69ada

#e69ada #dae69a #9adae6

Analogous Colors of #e69ada

#e69ada #e69ab4 #cc9ae6

Monochromatic Colors of #e69ada

#e69ada

Complementary Color

#e69ada #9ae6a6

#e69ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69ada Color CSS Codes

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

#e69ada Text Font Color

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

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


#e69ada Background Color

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

This div background color is #e69ada


#e69ada Border Color

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

This div border color is #e69ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69ada


Comments

No comments written yet.

Please login to write comment.