Color Hex Logo

#e829bf Color Hex

#E829BF
(232,41,191)
0 Favorites   0 Comments

Color spaces of #e829bf

RGB 23241191
HSL0.870.810.54
HSV313°82°91°
CMYK 0.000.820.18   0.09
XYZ43.475622.503351.3424
Yxy22.50330.37060.1918
Hunter Lab47.437680.5756-30.9640
CIE-Lab54.557081.1219-34.0190

#e829bf color RGB value is (232,41,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 10111111
Octal 350 51 277
Decimal 232 41 191
Hex E8 29 BF

RGB Percentages of Color #e829bf

%50.00
%8.84
%41.16

CMYK Percentages of Color #e829bf

%0
%82
%18
%9

Triadic Colors of #e829bf

#e829bf #bfe829 #29bfe8

Analogous Colors of #e829bf

#e829bf #e8295f #b229e8

Monochromatic Colors of #e829bf

#e829bf

Complementary Color

#e829bf #29e852

#e829bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829bf Color CSS Codes

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

#e829bf Text Font Color

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

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


#e829bf Background Color

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

This div background color is #e829bf


#e829bf Border Color

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

This div border color is #e829bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829bf


Comments

No comments written yet.

Please login to write comment.