Color Hex Logo

#e832ce Color Hex

#E832CE
(232,50,206)
0 Favorites   0 Comments

Color spaces of #e832ce

RGB 23250206
HSL0.860.800.55
HSV309°78°91°
CMYK 0.000.780.11   0.09
XYZ45.559923.893260.6031
Yxy23.89320.35030.1837
Hunter Lab48.880780.8322-39.2923
CIE-Lab55.980781.0458-40.4114

#e832ce color RGB value is (232,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 11001110
Octal 350 62 316
Decimal 232 50 206
Hex E8 32 CE

RGB Percentages of Color #e832ce

%47.54
%10.25
%42.21

CMYK Percentages of Color #e832ce

%0
%78
%11
%9

Triadic Colors of #e832ce

#e832ce #cee832 #32cee8

Analogous Colors of #e832ce

#e832ce #e83273 #a732e8

Monochromatic Colors of #e832ce

#e832ce

Complementary Color

#e832ce #32e84c

#e832ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832ce Color CSS Codes

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

#e832ce Text Font Color

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

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


#e832ce Background Color

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

This div background color is #e832ce


#e832ce Border Color

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

This div border color is #e832ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832ce


Comments

No comments written yet.

Please login to write comment.