Color Hex Logo

#e51afd Color Hex

#E51AFD
(229,26,253)
0 Favorites   0 Comments

Color spaces of #e51afd

RGB 22926253
HSL0.820.980.55
HSV294°90°99°
CMYK 0.090.900.00   0.01
XYZ50.412124.488794.9983
Yxy24.48870.29670.1441
Hunter Lab49.486195.2397-79.1787
CIE-Lab56.573891.9150-65.9821

#e51afd color RGB value is (229,26,253).

#e51afd hex color red value is 229, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e51afd hue: 0.82 , saturation: 0.98 and the lightness value of e51afd is 0.55.

The process color (four color CMYK) of #e51afd color hex is 0.09, 0.90, 0.00, 0.01. Web safe color of #e51afd is #cc33ff. Color #e51afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011010 11111101
Octal 345 32 375
Decimal 229 26 253
Hex E5 1A FD

RGB Percentages of Color #e51afd

%45.08
%5.12
%49.80

CMYK Percentages of Color #e51afd

%9
%90
%0
%1

Triadic Colors of #e51afd

#e51afd #fde51a #1afde5

Analogous Colors of #e51afd

#e51afd #fd1aa4 #741afd

Monochromatic Colors of #e51afd

#e51afd

Complementary Color

#e51afd #32fd1a

#e51afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51afd Color CSS Codes

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

#e51afd Text Font Color

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

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


#e51afd Background Color

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

This div background color is #e51afd


#e51afd Border Color

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

This div border color is #e51afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51afd

Related Colors


Comments

No comments written yet.

Please login to write comment.