Color Hex Logo

#e829cb Color Hex

#E829CB
(232,41,203)
0 Favorites   0 Comments

Color spaces of #e829cb

RGB 23241203
HSL0.860.810.54
HSV309°82°91°
CMYK 0.000.820.13   0.09
XYZ44.851123.053558.5858
Yxy23.05350.35460.1823
Hunter Lab48.014182.7166-38.7346
CIE-Lab55.127482.6839-40.0365

#e829cb color RGB value is (232,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11001011
Octal 350 51 313
Decimal 232 41 203
Hex E8 29 CB

RGB Percentages of Color #e829cb

%48.74
%8.61
%42.65

CMYK Percentages of Color #e829cb

%0
%82
%13
%9

Triadic Colors of #e829cb

#e829cb #cbe829 #29cbe8

Analogous Colors of #e829cb

#e829cb #e8296c #a629e8

Monochromatic Colors of #e829cb

#e829cb

Complementary Color

#e829cb #29e846

#e829cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829cb Color CSS Codes

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

#e829cb Text Font Color

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

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


#e829cb Background Color

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

This div background color is #e829cb


#e829cb Border Color

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

This div border color is #e829cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829cb


Comments

No comments written yet.

Please login to write comment.