Color Hex Logo

#e832cb Color Hex

#E832CB
(232,50,203)
0 Favorites   0 Comments

Color spaces of #e832cb

RGB 23250203
HSL0.860.800.55
HSV310°78°91°
CMYK 0.000.780.13   0.09
XYZ45.198823.748858.7016
Yxy23.74880.35410.1860
Hunter Lab48.732780.2735-37.3056
CIE-Lab55.835480.6355-38.9229

#e832cb color RGB value is (232,50,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 11001011
Octal 350 62 313
Decimal 232 50 203
Hex E8 32 CB

RGB Percentages of Color #e832cb

%47.84
%10.31
%41.86

CMYK Percentages of Color #e832cb

%0
%78
%13
%9

Triadic Colors of #e832cb

#e832cb #cbe832 #32cbe8

Analogous Colors of #e832cb

#e832cb #e83270 #aa32e8

Monochromatic Colors of #e832cb

#e832cb

Complementary Color

#e832cb #32e84f

#e832cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832cb Color CSS Codes

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

#e832cb Text Font Color

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

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


#e832cb Background Color

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

This div background color is #e832cb


#e832cb Border Color

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

This div border color is #e832cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832cb


Comments

No comments written yet.

Please login to write comment.