color codes Logo

#e450ce color codes

#E450CE
(228,80,206)
0 Favorites   0 Comments

Color spaces of #e450ce

RGB 22880206
HSL0.860.730.60
HSV309°65°89°
CMYK 0.000.650.10   0.11
XYZ46.004126.687561.1190
Yxy26.68750.34380.1994
Hunter Lab51.659968.5525-33.9842
CIE-Lab58.684070.6615-36.2161

#e450ce color RGB value is (228,80,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 11001110
Octal 344 120 316
Decimal 228 80 206
Hex E4 50 CE

RGB Percentages of Color #e450ce

%44.36
%15.56
%40.08

CMYK Percentages of Color #e450ce

%0
%65
%10
%11

Triadic Colors of #e450ce

#e450ce #cee450 #50cee4

Analogous Colors of #e450ce

#e450ce #e45084 #b050e4

Monochromatic Colors of #e450ce

#e450ce

Complementary Color

#e450ce #50e466

#e450ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e450ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e450ce Color CSS Codes

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

#e450ce Text Font Color

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

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


#e450ce Background Color

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

This div background color is #e450ce


#e450ce Border Color

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

This div border color is #e450ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e450ce


Comments

No comments written yet.

Please login to write comment.