Color Hex Logo

#e829be Color Hex

#E829BE
(232,41,190)
0 Favorites   0 Comments

Color spaces of #e829be

RGB 23241190
HSL0.870.810.54
HSV313°82°91°
CMYK 0.000.820.18   0.09
XYZ43.365922.459450.7647
Yxy22.45940.37200.1926
Hunter Lab47.391380.4032-30.3364
CIE-Lab54.511180.9954-33.5121

#e829be color RGB value is (232,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 10111110
Octal 350 51 276
Decimal 232 41 190
Hex E8 29 BE

RGB Percentages of Color #e829be

%50.11
%8.86
%41.04

CMYK Percentages of Color #e829be

%0
%82
%18
%9

Triadic Colors of #e829be

#e829be #bee829 #29bee8

Analogous Colors of #e829be

#e829be #e8295e #b329e8

Monochromatic Colors of #e829be

#e829be

Complementary Color

#e829be #29e853

#e829be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829be Color CSS Codes

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

#e829be Text Font Color

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

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


#e829be Background Color

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

This div background color is #e829be


#e829be Border Color

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

This div border color is #e829be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829be


Comments

No comments written yet.

Please login to write comment.