Color Hex Logo

#e87adb Color Hex

#E87ADB
(232,122,219)
0 Favorites   0 Comments

Color spaces of #e87adb

RGB 232122219
HSL0.850.710.69
HSV307°47°91°
CMYK 0.000.470.06   0.09
XYZ53.024436.189371.2084
Yxy36.18930.33050.2256
Hunter Lab60.157552.0588-28.0712
CIE-Lab66.664355.2950-31.0769

#e87adb color RGB value is (232,122,219).

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

The process color (four color CMYK) of #e87adb color hex is 0.00, 0.47, 0.06, 0.09. Web safe color of #e87adb is #ff66cc. Color #e87adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111010 11011011
Octal 350 172 333
Decimal 232 122 219
Hex E8 7A DB

RGB Percentages of Color #e87adb

%40.49
%21.29
%38.22

CMYK Percentages of Color #e87adb

%0
%47
%6
%9

Triadic Colors of #e87adb

#e87adb #dbe87a #7adbe8

Analogous Colors of #e87adb

#e87adb #e87aa4 #be7ae8

Monochromatic Colors of #e87adb

#e87adb

Complementary Color

#e87adb #7ae887

#e87adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87adb Color CSS Codes

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

#e87adb Text Font Color

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

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


#e87adb Background Color

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

This div background color is #e87adb


#e87adb Border Color

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

This div border color is #e87adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87adb


Comments

No comments written yet.

Please login to write comment.