Color Hex Logo

#e432cd Color Hex

#E432CD
(228,50,205)
0 Favorites   0 Comments

Color spaces of #e432cd

RGB 22850205
HSL0.850.770.55
HSV308°78°89°
CMYK 0.000.780.10   0.11
XYZ44.155023.183059.9051
Yxy23.18300.34700.1822
Hunter Lab48.148779.4339-40.0626
CIE-Lab55.260380.0866-41.0193

#e432cd color RGB value is (228,50,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110010 11001101
Octal 344 62 315
Decimal 228 50 205
Hex E4 32 CD

RGB Percentages of Color #e432cd

%47.20
%10.35
%42.44

CMYK Percentages of Color #e432cd

%0
%78
%10
%11

Triadic Colors of #e432cd

#e432cd #cde432 #32cde4

Analogous Colors of #e432cd

#e432cd #e43274 #a232e4

Monochromatic Colors of #e432cd

#e432cd

Complementary Color

#e432cd #32e449

#e432cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e432cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e432cd Color CSS Codes

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

#e432cd Text Font Color

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

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


#e432cd Background Color

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

This div background color is #e432cd


#e432cd Border Color

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

This div border color is #e432cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e432cd


Comments

No comments written yet.

Please login to write comment.