Color Hex Logo

#e81dfd Color Hex

#E81DFD
(232,29,253)
0 Favorites   0 Comments

Color spaces of #e81dfd

RGB 23229253
HSL0.820.980.55
HSV294°89°99°
CMYK 0.080.890.00   0.01
XYZ51.447725.126495.0668
Yxy25.12640.29970.1464
Hunter Lab50.126295.4848-77.3579
CIE-Lab57.198491.9756-64.9512

#e81dfd color RGB value is (232,29,253).

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

The process color (four color CMYK) of #e81dfd color hex is 0.08, 0.89, 0.00, 0.01. Web safe color of #e81dfd is #ff33ff. Color #e81dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011101 11111101
Octal 350 35 375
Decimal 232 29 253
Hex E8 1D FD

RGB Percentages of Color #e81dfd

%45.14
%5.64
%49.22

CMYK Percentages of Color #e81dfd

%8
%89
%0
%1

Triadic Colors of #e81dfd

#e81dfd #fde81d #1dfde8

Analogous Colors of #e81dfd

#e81dfd #fd1da2 #781dfd

Monochromatic Colors of #e81dfd

#e81dfd

Complementary Color

#e81dfd #32fd1d

#e81dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81dfd Color CSS Codes

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

#e81dfd Text Font Color

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

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


#e81dfd Background Color

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

This div background color is #e81dfd


#e81dfd Border Color

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

This div border color is #e81dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81dfd


Comments

No comments written yet.

Please login to write comment.