Color Hex Logo

#e427ed Color Hex

#E427ED
(228,39,237)
0 Favorites   0 Comments

Color spaces of #e427ed

RGB 22839237
HSL0.830.850.54
HSV297°84°93°
CMYK 0.040.840.00   0.07
XYZ48.006524.059482.2345
Yxy24.05940.31110.1559
Hunter Lab49.050488.8630-65.0663
CIE-Lab56.147287.2108-57.7438

#e427ed color RGB value is (228,39,237).

#e427ed hex color red value is 228, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e427ed hue: 0.83 , saturation: 0.85 and the lightness value of e427ed is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100111 11101101
Octal 344 47 355
Decimal 228 39 237
Hex E4 27 ED

RGB Percentages of Color #e427ed

%45.24
%7.74
%47.02

CMYK Percentages of Color #e427ed

%4
%84
%0
%7

Triadic Colors of #e427ed

#e427ed #ede427 #27ede4

Analogous Colors of #e427ed

#e427ed #ed2793 #8127ed

Monochromatic Colors of #e427ed

#e427ed

Complementary Color

#e427ed #30ed27

#e427ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e427ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e427ed Color CSS Codes

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

#e427ed Text Font Color

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

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


#e427ed Background Color

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

This div background color is #e427ed


#e427ed Border Color

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

This div border color is #e427ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e427ed


Comments

No comments written yet.

Please login to write comment.