color codes Logo

#e424fc color codes

#E424FC
(228,36,252)
0 Favorites   0 Comments

Color spaces of #e424fc

RGB 22836252
HSL0.810.970.56
HSV293°86°99°
CMYK 0.100.860.00   0.01
XYZ50.196524.784094.2336
Yxy24.78400.29660.1465
Hunter Lab49.783592.8595-77.3796
CIE-Lab56.864490.0849-64.9670

#e424fc color RGB value is (228,36,252).

#e424fc hex color red value is 228, green value is 36 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e424fc hue: 0.81 , saturation: 0.97 and the lightness value of e424fc is 0.56.

The process color (four color CMYK) of #e424fc color code is 0.10, 0.86, 0.00, 0.01. Web safe color of #e424fc is #cc33ff. Color #e424fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 11111100
Octal 344 44 374
Decimal 228 36 252
Hex E4 24 FC

RGB Percentages of Color #e424fc

%44.19
%6.98
%48.84

CMYK Percentages of Color #e424fc

%10
%86
%0
%1

Triadic Colors of #e424fc

#e424fc #fce424 #24fce4

Analogous Colors of #e424fc

#e424fc #fc24a8 #7824fc

Monochromatic Colors of #e424fc

#e424fc

Complementary Color

#e424fc #3cfc24

#e424fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e424fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e424fc Color CSS Codes

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

#e424fc Text Font Color

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

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


#e424fc Background Color

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

This div background color is #e424fc


#e424fc Border Color

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

This div border color is #e424fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e424fc


Comments

No comments written yet.

Please login to write comment.