Color Hex Logo

#e407fc Color Hex

#E407FC
(228,7,252)
0 Favorites   0 Comments

Color spaces of #e407fc

RGB 2287252
HSL0.820.980.51
HSV294°97°99°
CMYK 0.100.970.00   0.01
XYZ49.641623.674294.0486
Yxy23.67420.29660.1415
Hunter Lab48.656196.9670-80.5437
CIE-Lab55.760193.3498-66.7460

#e407fc color RGB value is (228,7,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000111 11111100
Octal 344 7 374
Decimal 228 7 252
Hex E4 7 FC

RGB Percentages of Color #e407fc

%46.82
%1.44
%51.75

CMYK Percentages of Color #e407fc

%10
%97
%0
%1

Triadic Colors of #e407fc

#e407fc #fce407 #07fce4

Analogous Colors of #e407fc

#e407fc #fc079a #6a07fc

Monochromatic Colors of #e407fc

#e407fc

Complementary Color

#e407fc #1ffc07

#e407fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e407fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e407fc Color CSS Codes

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

#e407fc Text Font Color

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

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


#e407fc Background Color

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

This div background color is #e407fc


#e407fc Border Color

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

This div border color is #e407fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e407fc

Related Colors


Comments

No comments written yet.

Please login to write comment.