Color Hex Logo

#e408fc Color Hex

#E408FC
(228,8,252)
0 Favorites   0 Comments

Color spaces of #e408fc

RGB 2288252
HSL0.820.980.51
HSV294°97°99°
CMYK 0.100.970.00   0.01
XYZ49.652423.695994.0523
Yxy23.69590.29660.1416
Hunter Lab48.678496.8842-80.4802
CIE-Lab55.782093.2845-66.7107

#e408fc color RGB value is (228,8,252).

#e408fc hex color red value is 228, green value is 8 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e408fc hue: 0.82 , saturation: 0.98 and the lightness value of e408fc is 0.51.

The process color (four color CMYK) of #e408fc color hex is 0.10, 0.97, 0.00, 0.01. Web safe color of #e408fc is #cc00ff. Color #e408fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001000 11111100
Octal 344 10 374
Decimal 228 8 252
Hex E4 8 FC

RGB Percentages of Color #e408fc

%46.72
%1.64
%51.64

CMYK Percentages of Color #e408fc

%10
%97
%0
%1

Triadic Colors of #e408fc

#e408fc #fce408 #08fce4

Analogous Colors of #e408fc

#e408fc #fc089a #6a08fc

Monochromatic Colors of #e408fc

#e408fc

Complementary Color

#e408fc #20fc08

#e408fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e408fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e408fc Color CSS Codes

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

#e408fc Text Font Color

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

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


#e408fc Background Color

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

This div background color is #e408fc


#e408fc Border Color

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

This div border color is #e408fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,8,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e408fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e408fc;
  -webkit-box-shadow: 1px 1px 3px 2px #e408fc;
  box-shadow:         1px 1px 3px 2px #e408fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,8,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e408fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e408fc

Related Colors


Comments

No comments written yet.

Please login to write comment.