Color Hex Logo

#e550ce Color Hex

#E550CE
(229,80,206)
0 Favorites   0 Comments

Color spaces of #e550ce

RGB 22980206
HSL0.860.740.61
HSV309°65°90°
CMYK 0.000.650.10   0.10
XYZ46.322326.851661.1339
Yxy26.85160.34490.1999
Hunter Lab51.818568.8846-33.6755
CIE-Lab58.836770.9061-35.9661

#e550ce color RGB value is (229,80,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 11001110
Octal 345 120 316
Decimal 229 80 206
Hex E5 50 CE

RGB Percentages of Color #e550ce

%44.47
%15.53
%40.00

CMYK Percentages of Color #e550ce

%0
%65
%10
%10

Triadic Colors of #e550ce

#e550ce #cee550 #50cee5

Analogous Colors of #e550ce

#e550ce #e55084 #b250e5

Monochromatic Colors of #e550ce

#e550ce

Complementary Color

#e550ce #50e567

#e550ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e550ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e550ce Color CSS Codes

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

#e550ce Text Font Color

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

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


#e550ce Background Color

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

This div background color is #e550ce


#e550ce Border Color

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

This div border color is #e550ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e550ce


Comments

No comments written yet.

Please login to write comment.