Color Hex Logo

#e831cd Color Hex

#E831CD
(232,49,205)
0 Favorites   0 Comments

Color spaces of #e831cd

RGB 23249205
HSL0.860.800.55
HSV309°79°91°
CMYK 0.000.790.12   0.09
XYZ45.396523.760259.9511
Yxy23.76020.35160.1840
Hunter Lab48.744480.9372-38.8001
CIE-Lab55.846981.1542-40.0500

#e831cd color RGB value is (232,49,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110001 11001101
Octal 350 61 315
Decimal 232 49 205
Hex E8 31 CD

RGB Percentages of Color #e831cd

%47.74
%10.08
%42.18

CMYK Percentages of Color #e831cd

%0
%79
%12
%9

Triadic Colors of #e831cd

#e831cd #cde831 #31cde8

Analogous Colors of #e831cd

#e831cd #e83172 #a831e8

Monochromatic Colors of #e831cd

#e831cd

Complementary Color

#e831cd #31e84c

#e831cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e831cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e831cd Color CSS Codes

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

#e831cd Text Font Color

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

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


#e831cd Background Color

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

This div background color is #e831cd


#e831cd Border Color

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

This div border color is #e831cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e831cd


Comments

No comments written yet.

Please login to write comment.