Color Hex Logo

#e829cc Color Hex

#E829CC
(232,41,204)
0 Favorites   0 Comments

Color spaces of #e829cc

RGB 23241204
HSL0.860.810.54
HSV309°82°91°
CMYK 0.000.820.12   0.09
XYZ44.970723.101359.2155
Yxy23.10130.35330.1815
Hunter Lab48.063882.9011-39.4017
CIE-Lab55.176582.8179-40.5326

#e829cc color RGB value is (232,41,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11001100
Octal 350 51 314
Decimal 232 41 204
Hex E8 29 CC

RGB Percentages of Color #e829cc

%48.64
%8.60
%42.77

CMYK Percentages of Color #e829cc

%0
%82
%12
%9

Triadic Colors of #e829cc

#e829cc #cce829 #29cce8

Analogous Colors of #e829cc

#e829cc #e8296d #a529e8

Monochromatic Colors of #e829cc

#e829cc

Complementary Color

#e829cc #29e845

#e829cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829cc Color CSS Codes

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

#e829cc Text Font Color

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

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


#e829cc Background Color

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

This div background color is #e829cc


#e829cc Border Color

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

This div border color is #e829cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829cc


Comments

No comments written yet.

Please login to write comment.