Color Hex Logo

#e485ad Color Hex

#E485AD
(228,133,173)
0 Favorites   0 Comments

Color spaces of #e485ad

RGB 228133173
HSL0.930.640.71
HSV335°42°89°
CMYK 0.000.420.24   0.11
XYZ47.925336.286244.0132
Yxy36.28620.37380.2830
Hunter Lab60.238036.5978-1.1539
CIE-Lab66.738041.3361-5.2265

#e485ad color RGB value is (228,133,173).

#e485ad hex color red value is 228, green value is 133 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e485ad hue: 0.93 , saturation: 0.64 and the lightness value of e485ad is 0.71.

The process color (four color CMYK) of #e485ad color hex is 0.00, 0.42, 0.24, 0.11. Web safe color of #e485ad is #cc9999. Color #e485ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 10101101
Octal 344 205 255
Decimal 228 133 173
Hex E4 85 AD

RGB Percentages of Color #e485ad

%42.70
%24.91
%32.40

CMYK Percentages of Color #e485ad

%0
%42
%24
%11

Triadic Colors of #e485ad

#e485ad #ade485 #85ade4

Analogous Colors of #e485ad

#e485ad #e48d85 #e485dd

Monochromatic Colors of #e485ad

#e485ad

Complementary Color

#e485ad #85e4bc

#e485ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e485ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e485ad Color CSS Codes

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

#e485ad Text Font Color

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

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


#e485ad Background Color

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

This div background color is #e485ad


#e485ad Border Color

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

This div border color is #e485ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e485ad


Comments

No comments written yet.

Please login to write comment.