Color Hex Logo

#e832cd Color Hex

#E832CD
(232,50,205)
0 Favorites   0 Comments

Color spaces of #e832cd

RGB 23250205
HSL0.860.800.55
HSV309°78°91°
CMYK 0.000.780.12   0.09
XYZ45.438823.844859.9652
Yxy23.84480.35160.1845
Hunter Lab48.831180.6450-38.6270
CIE-Lab55.932180.9084-39.9160

#e832cd color RGB value is (232,50,205).

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

The process color (four color CMYK) of #e832cd color hex is 0.00, 0.78, 0.12, 0.09. Web safe color of #e832cd is #ff33cc. Color #e832cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 11001101
Octal 350 62 315
Decimal 232 50 205
Hex E8 32 CD

RGB Percentages of Color #e832cd

%47.64
%10.27
%42.09

CMYK Percentages of Color #e832cd

%0
%78
%12
%9

Triadic Colors of #e832cd

#e832cd #cde832 #32cde8

Analogous Colors of #e832cd

#e832cd #e83272 #a832e8

Monochromatic Colors of #e832cd

#e832cd

Complementary Color

#e832cd #32e84d

#e832cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832cd Color CSS Codes

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

#e832cd Text Font Color

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

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


#e832cd Background Color

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

This div background color is #e832cd


#e832cd Border Color

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

This div border color is #e832cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832cd


Comments

No comments written yet.

Please login to write comment.