Color Hex Logo

#e450cd Color Hex

#E450CD
(228,80,205)
0 Favorites   0 Comments

Color spaces of #e450cd

RGB 22880205
HSL0.860.730.60
HSV309°65°89°
CMYK 0.000.650.10   0.11
XYZ45.883026.639160.4812
Yxy26.63910.34500.2003
Hunter Lab51.613168.3601-33.3480
CIE-Lab58.638870.5114-35.7181

#e450cd color RGB value is (228,80,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 11001101
Octal 344 120 315
Decimal 228 80 205
Hex E4 50 CD

RGB Percentages of Color #e450cd

%44.44
%15.59
%39.96

CMYK Percentages of Color #e450cd

%0
%65
%10
%11

Triadic Colors of #e450cd

#e450cd #cde450 #50cde4

Analogous Colors of #e450cd

#e450cd #e45083 #b150e4

Monochromatic Colors of #e450cd

#e450cd

Complementary Color

#e450cd #50e467

#e450cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e450cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e450cd Color CSS Codes

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

#e450cd Text Font Color

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

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


#e450cd Background Color

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

This div background color is #e450cd


#e450cd Border Color

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

This div border color is #e450cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e450cd


Comments

No comments written yet.

Please login to write comment.