Color Hex Logo

#e52efd Color Hex

#E52EFD
(229,46,253)
0 Favorites   0 Comments

Color spaces of #e52efd

RGB 22946253
HSL0.810.980.59
HSV293°82°99°
CMYK 0.090.820.00   0.01
XYZ51.019725.703995.2008
Yxy25.70390.29680.1495
Hunter Lab50.699090.9058-75.8433
CIE-Lab57.754988.4436-64.0814

#e52efd color RGB value is (229,46,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101110 11111101
Octal 345 56 375
Decimal 229 46 253
Hex E5 2E FD

RGB Percentages of Color #e52efd

%43.37
%8.71
%47.92

CMYK Percentages of Color #e52efd

%9
%82
%0
%1

Triadic Colors of #e52efd

#e52efd #fde52e #2efde5

Analogous Colors of #e52efd

#e52efd #fd2eae #7e2efd

Monochromatic Colors of #e52efd

#e52efd

Complementary Color

#e52efd #46fd2e

#e52efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52efd Color CSS Codes

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

#e52efd Text Font Color

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

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


#e52efd Background Color

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

This div background color is #e52efd


#e52efd Border Color

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

This div border color is #e52efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52efd


Comments

No comments written yet.

Please login to write comment.