Color Hex Logo

#e456cd Color Hex

#E456CD
(228,86,205)
0 Favorites   0 Comments

Color spaces of #e456cd

RGB 22886205
HSL0.860.720.62
HSV310°62°89°
CMYK 0.000.620.10   0.11
XYZ46.342127.557360.6342
Yxy27.55730.34450.2048
Hunter Lab52.495065.7117-31.7362
CIE-Lab59.486768.1606-34.3948

#e456cd color RGB value is (228,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010110 11001101
Octal 344 126 315
Decimal 228 86 205
Hex E4 56 CD

RGB Percentages of Color #e456cd

%43.93
%16.57
%39.50

CMYK Percentages of Color #e456cd

%0
%62
%10
%11

Triadic Colors of #e456cd

#e456cd #cde456 #56cde4

Analogous Colors of #e456cd

#e456cd #e45686 #b456e4

Monochromatic Colors of #e456cd

#e456cd

Complementary Color

#e456cd #56e46d

#e456cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e456cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e456cd Color CSS Codes

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

#e456cd Text Font Color

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

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


#e456cd Background Color

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

This div background color is #e456cd


#e456cd Border Color

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

This div border color is #e456cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e456cd


Comments

No comments written yet.

Please login to write comment.