Color Hex Logo

#e51fdc Color Hex

#E51FDC
(229,31,220)
0 Favorites   0 Comments

Color spaces of #e51fdc

RGB 22931220
HSL0.840.790.51
HSV303°86°90°
CMYK 0.000.860.04   0.10
XYZ45.721422.805369.7022
Yxy22.80530.33080.1650
Hunter Lab47.754987.3281-53.1102
CIE-Lab54.871286.2899-50.1771

#e51fdc color RGB value is (229,31,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011111 11011100
Octal 345 37 334
Decimal 229 31 220
Hex E5 1F DC

RGB Percentages of Color #e51fdc

%47.71
%6.46
%45.83

CMYK Percentages of Color #e51fdc

%0
%86
%4
%10

Triadic Colors of #e51fdc

#e51fdc #dce51f #1fdce5

Analogous Colors of #e51fdc

#e51fdc #e51f79 #8b1fe5

Monochromatic Colors of #e51fdc

#e51fdc

Complementary Color

#e51fdc #1fe528

#e51fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51fdc Color CSS Codes

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

#e51fdc Text Font Color

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

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


#e51fdc Background Color

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

This div background color is #e51fdc


#e51fdc Border Color

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

This div border color is #e51fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51fdc


Comments

No comments written yet.

Please login to write comment.