Color Hex Logo

#e427f6 Color Hex

#E427F6
(228,39,246)
0 Favorites   0 Comments

Color spaces of #e427f6

RGB 22839246
HSL0.820.920.56
HSV295°84°96°
CMYK 0.070.840.00   0.04
XYZ49.355024.598889.3355
Yxy24.59880.30230.1506
Hunter Lab49.597290.8333-72.0764
CIE-Lab56.682488.5980-61.9195

#e427f6 color RGB value is (228,39,246).

#e427f6 hex color red value is 228, green value is 39 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #e427f6 hue: 0.82 , saturation: 0.92 and the lightness value of e427f6 is 0.56.

The process color (four color CMYK) of #e427f6 color hex is 0.07, 0.84, 0.00, 0.04. Web safe color of #e427f6 is #cc33ff. Color #e427f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100111 11110110
Octal 344 47 366
Decimal 228 39 246
Hex E4 27 F6

RGB Percentages of Color #e427f6

%44.44
%7.60
%47.95

CMYK Percentages of Color #e427f6

%7
%84
%0
%4

Triadic Colors of #e427f6

#e427f6 #f6e427 #27f6e4

Analogous Colors of #e427f6

#e427f6 #f627a1 #7d27f6

Monochromatic Colors of #e427f6

#e427f6

Complementary Color

#e427f6 #39f627

#e427f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e427f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e427f6 Color CSS Codes

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

#e427f6 Text Font Color

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

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


#e427f6 Background Color

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

This div background color is #e427f6


#e427f6 Border Color

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

This div border color is #e427f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e427f6


Comments

No comments written yet.

Please login to write comment.