color codes Logo

#e832cc color codes

#E832CC
(232,50,204)
0 Favorites   0 Comments

Color spaces of #e832cc

RGB 23250204
HSL0.860.800.55
HSV309°78°91°
CMYK 0.000.780.12   0.09
XYZ45.318423.796659.3314
Yxy23.79660.35280.1853
Hunter Lab48.781880.4590-37.9649
CIE-Lab55.883680.7719-39.4200

#e832cc color RGB value is (232,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 11001100
Octal 350 62 314
Decimal 232 50 204
Hex E8 32 CC

RGB Percentages of Color #e832cc

%47.74
%10.29
%41.98

CMYK Percentages of Color #e832cc

%0
%78
%12
%9

Triadic Colors of #e832cc

#e832cc #cce832 #32cce8

Analogous Colors of #e832cc

#e832cc #e83271 #a932e8

Monochromatic Colors of #e832cc

#e832cc

Complementary Color

#e832cc #32e84e

#e832cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832cc Color CSS Codes

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

#e832cc Text Font Color

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

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


#e832cc Background Color

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

This div background color is #e832cc


#e832cc Border Color

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

This div border color is #e832cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832cc


Comments

No comments written yet.

Please login to write comment.