Color Hex Logo

#e57adb Color Hex

#E57ADB
(229,122,219)
0 Favorites   0 Comments

Color spaces of #e57adb

RGB 229122219
HSL0.850.670.69
HSV306°47°90°
CMYK 0.000.470.04   0.10
XYZ52.058835.691671.1632
Yxy35.69160.32760.2246
Hunter Lab59.742450.9933-28.8045
CIE-Lab66.283654.4222-31.6966

#e57adb color RGB value is (229,122,219).

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

The process color (four color CMYK) of #e57adb color hex is 0.00, 0.47, 0.04, 0.10. Web safe color of #e57adb is #cc66cc. Color #e57adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11011011
Octal 345 172 333
Decimal 229 122 219
Hex E5 7A DB

RGB Percentages of Color #e57adb

%40.18
%21.40
%38.42

CMYK Percentages of Color #e57adb

%0
%47
%4
%10

Triadic Colors of #e57adb

#e57adb #dbe57a #7adbe5

Analogous Colors of #e57adb

#e57adb #e57aa6 #ba7ae5

Monochromatic Colors of #e57adb

#e57adb

Complementary Color

#e57adb #7ae584

#e57adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57adb Color CSS Codes

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

#e57adb Text Font Color

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

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


#e57adb Background Color

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

This div background color is #e57adb


#e57adb Border Color

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

This div border color is #e57adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57adb


Comments

No comments written yet.

Please login to write comment.