Color Hex Logo

#e455ce Color Hex

#E455CE
(228,85,206)
0 Favorites   0 Comments

Color spaces of #e455ce

RGB 22885206
HSL0.860.730.61
HSV309°63°89°
CMYK 0.000.630.10   0.11
XYZ46.384027.447261.2457
Yxy27.44720.34340.2032
Hunter Lab52.390166.3539-32.6389
CIE-Lab59.386068.7131-35.1196

#e455ce color RGB value is (228,85,206).

#e455ce hex color red value is 228, green value is 85 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e455ce hue: 0.86 , saturation: 0.73 and the lightness value of e455ce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010101 11001110
Octal 344 125 316
Decimal 228 85 206
Hex E4 55 CE

RGB Percentages of Color #e455ce

%43.93
%16.38
%39.69

CMYK Percentages of Color #e455ce

%0
%63
%10
%11

Triadic Colors of #e455ce

#e455ce #cee455 #55cee4

Analogous Colors of #e455ce

#e455ce #e45587 #b355e4

Monochromatic Colors of #e455ce

#e455ce

Complementary Color

#e455ce #55e46b

#e455ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e455ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e455ce Color CSS Codes

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

#e455ce Text Font Color

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

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


#e455ce Background Color

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

This div background color is #e455ce


#e455ce Border Color

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

This div border color is #e455ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e455ce


Comments

No comments written yet.

Please login to write comment.