Color Hex Logo

#e432fc Color Hex

#E432FC
(228,50,252)
0 Favorites   0 Comments

Color spaces of #e432fc

RGB 22850252
HSL0.810.970.59
HSV293°80°99°
CMYK 0.100.800.00   0.01
XYZ50.706225.803594.4035
Yxy25.80350.29670.1510
Hunter Lab50.797189.2854-74.6290
CIE-Lab57.850187.1995-63.3820

#e432fc color RGB value is (228,50,252).

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

The process color (four color CMYK) of #e432fc color hex is 0.10, 0.80, 0.00, 0.01. Web safe color of #e432fc is #cc33ff. Color #e432fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110010 11111100
Octal 344 62 374
Decimal 228 50 252
Hex E4 32 FC

RGB Percentages of Color #e432fc

%43.02
%9.43
%47.55

CMYK Percentages of Color #e432fc

%10
%80
%0
%1

Triadic Colors of #e432fc

#e432fc #fce432 #32fce4

Analogous Colors of #e432fc

#e432fc #fc32af #7f32fc

Monochromatic Colors of #e432fc

#e432fc

Complementary Color

#e432fc #4afc32

#e432fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e432fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e432fc Color CSS Codes

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

#e432fc Text Font Color

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

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


#e432fc Background Color

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

This div background color is #e432fc


#e432fc Border Color

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

This div border color is #e432fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e432fc


Comments

No comments written yet.

Please login to write comment.