Color Hex Logo

#e824ba Color Hex

#E824BA
(232,36,186)
0 Favorites   0 Comments

Color spaces of #e824ba

RGB 23236186
HSL0.870.810.53
HSV314°84°91°
CMYK 0.000.840.20   0.09
XYZ42.772521.962748.4392
Yxy21.96270.37790.1941
Hunter Lab46.864480.9019-28.4773
CIE-Lab53.987481.4889-32.0098

#e824ba color RGB value is (232,36,186).

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

The process color (four color CMYK) of #e824ba color hex is 0.00, 0.84, 0.20, 0.09. Web safe color of #e824ba is #ff33cc. Color #e824ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100100 10111010
Octal 350 44 272
Decimal 232 36 186
Hex E8 24 BA

RGB Percentages of Color #e824ba

%51.10
%7.93
%40.97

CMYK Percentages of Color #e824ba

%0
%84
%20
%9

Triadic Colors of #e824ba

#e824ba #bae824 #24bae8

Analogous Colors of #e824ba

#e824ba #e82458 #b424e8

Monochromatic Colors of #e824ba

#e824ba

Complementary Color

#e824ba #24e852

#e824ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e824ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e824ba Color CSS Codes

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

#e824ba Text Font Color

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

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


#e824ba Background Color

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

This div background color is #e824ba


#e824ba Border Color

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

This div border color is #e824ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e824ba


Comments

No comments written yet.

Please login to write comment.