Color Hex Logo

#e51ecf Color Hex

#E51ECF
(229,30,207)
0 Favorites   0 Comments

Color spaces of #e51ecf

RGB 22930207
HSL0.850.790.51
HSV307°87°90°
CMYK 0.000.870.10   0.10
XYZ44.039922.091660.9744
Yxy22.09160.34650.1738
Hunter Lab47.001784.9989-44.0146
CIE-Lab54.124184.6476-43.9478

#e51ecf color RGB value is (229,30,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011110 11001111
Octal 345 36 317
Decimal 229 30 207
Hex E5 1E CF

RGB Percentages of Color #e51ecf

%49.14
%6.44
%44.42

CMYK Percentages of Color #e51ecf

%0
%87
%10
%10

Triadic Colors of #e51ecf

#e51ecf #cfe51e #1ecfe5

Analogous Colors of #e51ecf

#e51ecf #e51e6c #981ee5

Monochromatic Colors of #e51ecf

#e51ecf

Complementary Color

#e51ecf #1ee534

#e51ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51ecf Color CSS Codes

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

#e51ecf Text Font Color

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

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


#e51ecf Background Color

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

This div background color is #e51ecf


#e51ecf Border Color

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

This div border color is #e51ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51ecf


Comments

No comments written yet.

Please login to write comment.