Color Hex Logo

#e39adb Color Hex

#E39ADB
(227,154,219)
0 Favorites   0 Comments

Color spaces of #e39adb

RGB 227154219
HSL0.850.570.75
HSV307°32°89°
CMYK 0.000.320.04   0.11
XYZ56.020344.556672.6655
Yxy44.55660.32340.2572
Hunter Lab66.750732.9917-17.8182
CIE-Lab72.599037.3250-22.0209

#e39adb color RGB value is (227,154,219).

#e39adb hex color red value is 227, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e39adb hue: 0.85 , saturation: 0.57 and the lightness value of e39adb is 0.75.

The process color (four color CMYK) of #e39adb color hex is 0.00, 0.32, 0.04, 0.11. Web safe color of #e39adb is #cc99cc. Color #e39adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 11011011
Octal 343 232 333
Decimal 227 154 219
Hex E3 9A DB

RGB Percentages of Color #e39adb

%37.83
%25.67
%36.50

CMYK Percentages of Color #e39adb

%0
%32
%4
%11

Triadic Colors of #e39adb

#e39adb #dbe39a #9adbe3

Analogous Colors of #e39adb

#e39adb #e39ab7 #c79ae3

Monochromatic Colors of #e39adb

#e39adb

Complementary Color

#e39adb #9ae3a2

#e39adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39adb Color CSS Codes

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

#e39adb Text Font Color

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

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


#e39adb Background Color

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

This div background color is #e39adb


#e39adb Border Color

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

This div border color is #e39adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39adb


Comments

No comments written yet.

Please login to write comment.