Color Hex Logo

#e422f0 Color Hex

#E422F0
(228,34,240)
0 Favorites   0 Comments

Color spaces of #e422f0

RGB 22834240
HSL0.820.870.54
HSV297°86°94°
CMYK 0.050.860.00   0.06
XYZ48.295123.929384.5115
Yxy23.92930.30810.1527
Hunter Lab48.917690.6228-68.1889
CIE-Lab56.016988.5687-59.6342

#e422f0 color RGB value is (228,34,240).

#e422f0 hex color red value is 228, green value is 34 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e422f0 hue: 0.82 , saturation: 0.87 and the lightness value of e422f0 is 0.54.

The process color (four color CMYK) of #e422f0 color hex is 0.05, 0.86, 0.00, 0.06. Web safe color of #e422f0 is #cc33ff. Color #e422f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100010 11110000
Octal 344 42 360
Decimal 228 34 240
Hex E4 22 F0

RGB Percentages of Color #e422f0

%45.42
%6.77
%47.81

CMYK Percentages of Color #e422f0

%5
%86
%0
%6

Triadic Colors of #e422f0

#e422f0 #f0e422 #22f0e4

Analogous Colors of #e422f0

#e422f0 #f02295 #7d22f0

Monochromatic Colors of #e422f0

#e422f0

Complementary Color

#e422f0 #2ef022

#e422f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e422f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e422f0 Color CSS Codes

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

#e422f0 Text Font Color

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

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


#e422f0 Background Color

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

This div background color is #e422f0


#e422f0 Border Color

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

This div border color is #e422f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e422f0


Comments

No comments written yet.

Please login to write comment.