Color Hex Logo

#e31afd Color Hex

#E31AFD
(227,26,253)
0 Favorites   0 Comments

Color spaces of #e31afd

RGB 22726253
HSL0.810.980.55
HSV293°90°99°
CMYK 0.100.900.00   0.01
XYZ49.777624.161594.9686
Yxy24.16150.29470.1430
Hunter Lab49.154394.7432-80.1431
CIE-Lab56.249191.6093-66.5220

#e31afd color RGB value is (227,26,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011010 11111101
Octal 343 32 375
Decimal 227 26 253
Hex E3 1A FD

RGB Percentages of Color #e31afd

%44.86
%5.14
%50.00

CMYK Percentages of Color #e31afd

%10
%90
%0
%1

Triadic Colors of #e31afd

#e31afd #fde31a #1afde3

Analogous Colors of #e31afd

#e31afd #fd1aa6 #721afd

Monochromatic Colors of #e31afd

#e31afd

Complementary Color

#e31afd #34fd1a

#e31afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31afd Color CSS Codes

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

#e31afd Text Font Color

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

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


#e31afd Background Color

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

This div background color is #e31afd


#e31afd Border Color

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

This div border color is #e31afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31afd

Related Colors


Comments

No comments written yet.

Please login to write comment.