Color Hex Logo

#e538fd Color Hex

#E538FD
(229,56,253)
0 Favorites   0 Comments

Color spaces of #e538fd

RGB 22956253
HSL0.810.980.61
HSV293°78°99°
CMYK 0.090.780.00   0.01
XYZ51.456926.578295.3465
Yxy26.57820.29680.1533
Hunter Lab51.554087.9440-73.5659
CIE-Lab58.581986.0366-62.7531

#e538fd color RGB value is (229,56,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 11111101
Octal 345 70 375
Decimal 229 56 253
Hex E5 38 FD

RGB Percentages of Color #e538fd

%42.57
%10.41
%47.03

CMYK Percentages of Color #e538fd

%9
%78
%0
%1

Triadic Colors of #e538fd

#e538fd #fde538 #38fde5

Analogous Colors of #e538fd

#e538fd #fd38b3 #8338fd

Monochromatic Colors of #e538fd

#e538fd

Complementary Color

#e538fd #50fd38

#e538fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e538fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e538fd Color CSS Codes

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

#e538fd Text Font Color

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

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


#e538fd Background Color

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

This div background color is #e538fd


#e538fd Border Color

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

This div border color is #e538fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e538fd


Comments

No comments written yet.

Please login to write comment.