Color Hex Logo

#e51fcd Color Hex

#E51FCD
(229,31,205)
0 Favorites   0 Comments

Color spaces of #e51fcd

RGB 22931205
HSL0.850.790.51
HSV307°86°90°
CMYK 0.000.860.10   0.10
XYZ43.822522.045859.7032
Yxy22.04580.34900.1756
Hunter Lab46.953084.4313-42.5233
CIE-Lab54.075684.2189-42.8777

#e51fcd color RGB value is (229,31,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011111 11001101
Octal 345 37 315
Decimal 229 31 205
Hex E5 1F CD

RGB Percentages of Color #e51fcd

%49.25
%6.67
%44.09

CMYK Percentages of Color #e51fcd

%0
%86
%10
%10

Triadic Colors of #e51fcd

#e51fcd #cde51f #1fcde5

Analogous Colors of #e51fcd

#e51fcd #e51f6a #9a1fe5

Monochromatic Colors of #e51fcd

#e51fcd

Complementary Color

#e51fcd #1fe537

#e51fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51fcd Color CSS Codes

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

#e51fcd Text Font Color

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

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


#e51fcd Background Color

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

This div background color is #e51fcd


#e51fcd Border Color

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

This div border color is #e51fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51fcd


Comments

No comments written yet.

Please login to write comment.