Color Hex Logo

#e84bad Color Hex

#E84BAD
(232,75,173)
0 Favorites   0 Comments

Color spaces of #e84bad

RGB 23275173
HSL0.900.770.60
HSV323°68°91°
CMYK 0.000.680.25   0.09
XYZ43.337625.205142.1161
Yxy25.20510.39160.2278
Hunter Lab50.204766.2263-14.5944
CIE-Lab57.274768.9995-19.3866

#e84bad color RGB value is (232,75,173).

#e84bad hex color red value is 232, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e84bad hue: 0.90 , saturation: 0.77 and the lightness value of e84bad is 0.60.

The process color (four color CMYK) of #e84bad color hex is 0.00, 0.68, 0.25, 0.09. Web safe color of #e84bad is #ff3399. Color #e84bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001011 10101101
Octal 350 113 255
Decimal 232 75 173
Hex E8 4B AD

RGB Percentages of Color #e84bad

%48.33
%15.63
%36.04

CMYK Percentages of Color #e84bad

%0
%68
%25
%9

Triadic Colors of #e84bad

#e84bad #ade84b #4bade8

Analogous Colors of #e84bad

#e84bad #e84b5e #d54be8

Monochromatic Colors of #e84bad

#e84bad

Complementary Color

#e84bad #4be886

#e84bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84bad Color CSS Codes

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

#e84bad Text Font Color

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

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


#e84bad Background Color

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

This div background color is #e84bad


#e84bad Border Color

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

This div border color is #e84bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84bad


Comments

No comments written yet.

Please login to write comment.