Color Hex Logo

#e831ce Color Hex

#E831CE
(232,49,206)
0 Favorites   0 Comments

Color spaces of #e831ce

RGB 23249206
HSL0.860.800.55
HSV309°79°91°
CMYK 0.000.790.11   0.09
XYZ45.517623.808760.5890
Yxy23.80870.35040.1833
Hunter Lab48.794281.1238-39.4661
CIE-Lab55.895781.2908-40.5451

#e831ce color RGB value is (232,49,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110001 11001110
Octal 350 61 316
Decimal 232 49 206
Hex E8 31 CE

RGB Percentages of Color #e831ce

%47.64
%10.06
%42.30

CMYK Percentages of Color #e831ce

%0
%79
%11
%9

Triadic Colors of #e831ce

#e831ce #cee831 #31cee8

Analogous Colors of #e831ce

#e831ce #e83173 #a731e8

Monochromatic Colors of #e831ce

#e831ce

Complementary Color

#e831ce #31e84b

#e831ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e831ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e831ce Color CSS Codes

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

#e831ce Text Font Color

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

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


#e831ce Background Color

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

This div background color is #e831ce


#e831ce Border Color

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

This div border color is #e831ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e831ce


Comments

No comments written yet.

Please login to write comment.