Color Hex Logo

#e58adb Color Hex

#E58ADB
(229,138,219)
0 Favorites   0 Comments

Color spaces of #e58adb

RGB 229138219
HSL0.850.640.72
HSV307°40°90°
CMYK 0.000.400.04   0.10
XYZ54.187839.949471.8728
Yxy39.94940.32640.2406
Hunter Lab63.205542.4231-23.1765
CIE-Lab69.433546.3476-26.8408

#e58adb color RGB value is (229,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 11011011
Octal 345 212 333
Decimal 229 138 219
Hex E5 8A DB

RGB Percentages of Color #e58adb

%39.08
%23.55
%37.37

CMYK Percentages of Color #e58adb

%0
%40
%4
%10

Triadic Colors of #e58adb

#e58adb #dbe58a #8adbe5

Analogous Colors of #e58adb

#e58adb #e58aae #c28ae5

Monochromatic Colors of #e58adb

#e58adb

Complementary Color

#e58adb #8ae594

#e58adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58adb Color CSS Codes

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

#e58adb Text Font Color

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

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


#e58adb Background Color

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

This div background color is #e58adb


#e58adb Border Color

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

This div border color is #e58adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,138,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58adb


Comments

No comments written yet.

Please login to write comment.