Color Hex Logo

#e854ad Color Hex

#E854AD
(232,84,173)
0 Favorites   0 Comments

Color spaces of #e854ad

RGB 23284173
HSL0.900.760.62
HSV324°64°91°
CMYK 0.000.640.25   0.09
XYZ43.991926.513642.3342
Yxy26.51360.38990.2350
Hunter Lab51.491462.3925-12.7020
CIE-Lab58.521465.5530-17.4883

#e854ad color RGB value is (232,84,173).

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

The process color (four color CMYK) of #e854ad color hex is 0.00, 0.64, 0.25, 0.09. Web safe color of #e854ad is #ff6699. Color #e854ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010100 10101101
Octal 350 124 255
Decimal 232 84 173
Hex E8 54 AD

RGB Percentages of Color #e854ad

%47.44
%17.18
%35.38

CMYK Percentages of Color #e854ad

%0
%64
%25
%9

Triadic Colors of #e854ad

#e854ad #ade854 #54ade8

Analogous Colors of #e854ad

#e854ad #e85463 #d954e8

Monochromatic Colors of #e854ad

#e854ad

Complementary Color

#e854ad #54e88f

#e854ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e854ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e854ad Color CSS Codes

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

#e854ad Text Font Color

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

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


#e854ad Background Color

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

This div background color is #e854ad


#e854ad Border Color

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

This div border color is #e854ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e854ad


Comments

No comments written yet.

Please login to write comment.