Color Hex Logo

#e459cd Color Hex

#E459CD
(228,89,205)
0 Favorites   0 Comments

Color spaces of #e459cd

RGB 22889205
HSL0.860.720.62
HSV310°61°89°
CMYK 0.000.610.10   0.11
XYZ46.586728.046560.7157
Yxy28.04650.34420.2072
Hunter Lab52.958964.3440-30.9028
CIE-Lab59.930766.9377-33.7028

#e459cd color RGB value is (228,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011001 11001101
Octal 344 131 315
Decimal 228 89 205
Hex E4 59 CD

RGB Percentages of Color #e459cd

%43.68
%17.05
%39.27

CMYK Percentages of Color #e459cd

%0
%61
%10
%11

Triadic Colors of #e459cd

#e459cd #cde459 #59cde4

Analogous Colors of #e459cd

#e459cd #e45988 #b659e4

Monochromatic Colors of #e459cd

#e459cd

Complementary Color

#e459cd #59e470

#e459cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e459cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e459cd Color CSS Codes

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

#e459cd Text Font Color

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

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


#e459cd Background Color

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

This div background color is #e459cd


#e459cd Border Color

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

This div border color is #e459cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e459cd


Comments

No comments written yet.

Please login to write comment.