Color Hex Logo

#e58ada Color Hex

#E58ADA
(229,138,218)
0 Favorites   0 Comments

Color spaces of #e58ada

RGB 229138218
HSL0.850.640.72
HSV307°40°90°
CMYK 0.000.400.05   0.10
XYZ54.056539.896971.1815
Yxy39.89690.32730.2416
Hunter Lab63.164042.2254-22.6010
CIE-Lab69.396046.1738-26.3452

#e58ada color RGB value is (229,138,218).

#e58ada hex color red value is 229, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e58ada hue: 0.85 , saturation: 0.64 and the lightness value of e58ada is 0.72.

The process color (four color CMYK) of #e58ada color hex is 0.00, 0.40, 0.05, 0.10. Web safe color of #e58ada is #cc99cc. Color #e58ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 11011010
Octal 345 212 332
Decimal 229 138 218
Hex E5 8A DA

RGB Percentages of Color #e58ada

%39.15
%23.59
%37.26

CMYK Percentages of Color #e58ada

%0
%40
%5
%10

Triadic Colors of #e58ada

#e58ada #dae58a #8adae5

Analogous Colors of #e58ada

#e58ada #e58aad #c38ae5

Monochromatic Colors of #e58ada

#e58ada

Complementary Color

#e58ada #8ae595

#e58ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58ada Color CSS Codes

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

#e58ada Text Font Color

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

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


#e58ada Background Color

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

This div background color is #e58ada


#e58ada Border Color

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

This div border color is #e58ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,138,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 #e58ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58ada


Comments

No comments written yet.

Please login to write comment.