Color Hex Logo

#e051cd Color Hex

#E051CD
(224,81,205)
0 Favorites   0 Comments

Color spaces of #e051cd

RGB 22481205
HSL0.860.700.60
HSV308°64°88°
CMYK 0.000.640.08   0.12
XYZ44.702326.139960.4470
Yxy26.13990.34050.1991
Hunter Lab51.127266.5962-34.3087
CIE-Lab58.169669.1400-36.4960

#e051cd color RGB value is (224,81,205).

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

The process color (four color CMYK) of #e051cd color hex is 0.00, 0.64, 0.08, 0.12. Web safe color of #e051cd is #cc66cc. Color #e051cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 11001101
Octal 340 121 315
Decimal 224 81 205
Hex E0 51 CD

RGB Percentages of Color #e051cd

%43.92
%15.88
%40.20

CMYK Percentages of Color #e051cd

%0
%64
%8
%12

Triadic Colors of #e051cd

#e051cd #cde051 #51cde0

Analogous Colors of #e051cd

#e051cd #e05186 #ac51e0

Monochromatic Colors of #e051cd

#e051cd

Complementary Color

#e051cd #51e064

#e051cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e051cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e051cd Color CSS Codes

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

#e051cd Text Font Color

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

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


#e051cd Background Color

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

This div background color is #e051cd


#e051cd Border Color

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

This div border color is #e051cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e051cd


Comments

No comments written yet.

Please login to write comment.