Color Hex Logo

#e432be Color Hex

#E432BE
(228,50,190)
0 Favorites   0 Comments

Color spaces of #e432be

RGB 22850190
HSL0.870.770.55
HSV313°78°89°
CMYK 0.000.780.17   0.11
XYZ42.429822.492950.8205
Yxy22.49290.36660.1943
Hunter Lab47.426776.6965-30.3341
CIE-Lab54.546178.0546-33.5085

#e432be color RGB value is (228,50,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110010 10111110
Octal 344 62 276
Decimal 228 50 190
Hex E4 32 BE

RGB Percentages of Color #e432be

%48.72
%10.68
%40.60

CMYK Percentages of Color #e432be

%0
%78
%17
%11

Triadic Colors of #e432be

#e432be #bee432 #32bee4

Analogous Colors of #e432be

#e432be #e43265 #b132e4

Monochromatic Colors of #e432be

#e432be

Complementary Color

#e432be #32e458

#e432be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e432be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e432be Color CSS Codes

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

#e432be Text Font Color

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

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


#e432be Background Color

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

This div background color is #e432be


#e432be Border Color

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

This div border color is #e432be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e432be


Comments

No comments written yet.

Please login to write comment.