Color Hex Logo

#e45acd Color Hex

#E45ACD
(228,90,205)
0 Favorites   0 Comments

Color spaces of #e45acd

RGB 22890205
HSL0.860.720.62
HSV310°61°89°
CMYK 0.000.610.10   0.11
XYZ46.670528.214160.7437
Yxy28.21410.34410.2080
Hunter Lab53.116963.8820-30.6212
CIE-Lab60.081766.5233-33.4679

#e45acd color RGB value is (228,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11001101
Octal 344 132 315
Decimal 228 90 205
Hex E4 5A CD

RGB Percentages of Color #e45acd

%43.59
%17.21
%39.20

CMYK Percentages of Color #e45acd

%0
%61
%10
%11

Triadic Colors of #e45acd

#e45acd #cde45a #5acde4

Analogous Colors of #e45acd

#e45acd #e45a88 #b65ae4

Monochromatic Colors of #e45acd

#e45acd

Complementary Color

#e45acd #5ae471

#e45acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45acd Color CSS Codes

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

#e45acd Text Font Color

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

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


#e45acd Background Color

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

This div background color is #e45acd


#e45acd Border Color

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

This div border color is #e45acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,90,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45acd


Comments

No comments written yet.

Please login to write comment.