Color Hex Logo

#e838fd Color Hex

#E838FD
(232,56,253)
0 Favorites   0 Comments

Color spaces of #e838fd

RGB 23256253
HSL0.820.980.61
HSV294°78°99°
CMYK 0.080.780.00   0.01
XYZ52.422527.076095.3917
Yxy27.07600.29970.1548
Hunter Lab52.034688.7701-72.2683
CIE-Lab59.044686.5752-61.9855

#e838fd color RGB value is (232,56,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111000 11111101
Octal 350 70 375
Decimal 232 56 253
Hex E8 38 FD

RGB Percentages of Color #e838fd

%42.88
%10.35
%46.77

CMYK Percentages of Color #e838fd

%8
%78
%0
%1

Triadic Colors of #e838fd

#e838fd #fde838 #38fde8

Analogous Colors of #e838fd

#e838fd #fd38b0 #8638fd

Monochromatic Colors of #e838fd

#e838fd

Complementary Color

#e838fd #4dfd38

#e838fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e838fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e838fd Color CSS Codes

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

#e838fd Text Font Color

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

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


#e838fd Background Color

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

This div background color is #e838fd


#e838fd Border Color

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

This div border color is #e838fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e838fd


Comments

No comments written yet.

Please login to write comment.