Color Hex Logo

#e45adb Color Hex

#E45ADB
(228,90,219)
0 Favorites   0 Comments

Color spaces of #e45adb

RGB 22890219
HSL0.840.720.62
HSV304°61°89°
CMYK 0.000.610.04   0.11
XYZ48.437328.920870.0472
Yxy28.92080.32860.1962
Hunter Lab53.778166.6613-39.5820
CIE-Lab60.711768.7240-40.3913

#e45adb color RGB value is (228,90,219).

#e45adb hex color red value is 228, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e45adb hue: 0.84 , saturation: 0.72 and the lightness value of e45adb is 0.62.

The process color (four color CMYK) of #e45adb color hex is 0.00, 0.61, 0.04, 0.11. Web safe color of #e45adb is #cc66cc. Color #e45adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11011011
Octal 344 132 333
Decimal 228 90 219
Hex E4 5A DB

RGB Percentages of Color #e45adb

%42.46
%16.76
%40.78

CMYK Percentages of Color #e45adb

%0
%61
%4
%11

Triadic Colors of #e45adb

#e45adb #dbe45a #5adbe4

Analogous Colors of #e45adb

#e45adb #e45a96 #a85ae4

Monochromatic Colors of #e45adb

#e45adb

Complementary Color

#e45adb #5ae463

#e45adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45adb Color CSS Codes

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

#e45adb Text Font Color

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

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


#e45adb Background Color

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

This div background color is #e45adb


#e45adb Border Color

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

This div border color is #e45adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45adb


Comments

No comments written yet.

Please login to write comment.