Color Hex Logo

#e51ecc Color Hex

#E51ECC
(229,30,204)
0 Favorites   0 Comments

Color spaces of #e51ecc

RGB 22930204
HSL0.850.790.51
HSV308°87°90°
CMYK 0.000.870.11   0.10
XYZ43.676521.946259.0608
Yxy21.94620.35030.1760
Hunter Lab46.846884.4385-41.9555
CIE-Lab53.969984.2450-42.4707

#e51ecc color RGB value is (229,30,204).

#e51ecc hex color red value is 229, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e51ecc hue: 0.85 , saturation: 0.79 and the lightness value of e51ecc is 0.51.

The process color (four color CMYK) of #e51ecc color hex is 0.00, 0.87, 0.11, 0.10. Web safe color of #e51ecc is #cc33cc. Color #e51ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011110 11001100
Octal 345 36 314
Decimal 229 30 204
Hex E5 1E CC

RGB Percentages of Color #e51ecc

%49.46
%6.48
%44.06

CMYK Percentages of Color #e51ecc

%0
%87
%11
%10

Triadic Colors of #e51ecc

#e51ecc #cce51e #1ecce5

Analogous Colors of #e51ecc

#e51ecc #e51e69 #9b1ee5

Monochromatic Colors of #e51ecc

#e51ecc

Complementary Color

#e51ecc #1ee537

#e51ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51ecc Color CSS Codes

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

#e51ecc Text Font Color

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

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


#e51ecc Background Color

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

This div background color is #e51ecc


#e51ecc Border Color

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

This div border color is #e51ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,30,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51ecc


Comments

No comments written yet.

Please login to write comment.