Color Hex Logo

#e432ce Color Hex

#E432CE
(228,50,206)
0 Favorites   0 Comments

Color spaces of #e432ce

RGB 22850206
HSL0.850.770.55
HSV307°78°89°
CMYK 0.000.780.10   0.11
XYZ44.276123.231460.5430
Yxy23.23140.34580.1814
Hunter Lab48.199079.6239-40.7352
CIE-Lab55.309980.2267-41.5135

#e432ce color RGB value is (228,50,206).

#e432ce hex color red value is 228, green value is 50 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e432ce hue: 0.85 , saturation: 0.77 and the lightness value of e432ce is 0.55.

The process color (four color CMYK) of #e432ce color hex is 0.00, 0.78, 0.10, 0.11. Web safe color of #e432ce is #cc33cc. Color #e432ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110010 11001110
Octal 344 62 316
Decimal 228 50 206
Hex E4 32 CE

RGB Percentages of Color #e432ce

%47.11
%10.33
%42.56

CMYK Percentages of Color #e432ce

%0
%78
%10
%11

Triadic Colors of #e432ce

#e432ce #cee432 #32cee4

Analogous Colors of #e432ce

#e432ce #e43275 #a132e4

Monochromatic Colors of #e432ce

#e432ce

Complementary Color

#e432ce #32e448

#e432ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e432ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e432ce Color CSS Codes

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

#e432ce Text Font Color

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

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


#e432ce Background Color

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

This div background color is #e432ce


#e432ce Border Color

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

This div border color is #e432ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e432ce


Comments

No comments written yet.

Please login to write comment.