Color Hex Logo

#e485ab Color Hex

#E485AB
(228,133,171)
0 Favorites   0 Comments

Color spaces of #e485ab

RGB 228133171
HSL0.930.640.71
HSV336°42°89°
CMYK 0.000.420.25   0.11
XYZ47.733136.209343.0014
Yxy36.20930.37600.2852
Hunter Lab60.174236.2902-0.2476
CIE-Lab66.679541.0555-4.1854

#e485ab color RGB value is (228,133,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 10101011
Octal 344 205 253
Decimal 228 133 171
Hex E4 85 AB

RGB Percentages of Color #e485ab

%42.86
%25.00
%32.14

CMYK Percentages of Color #e485ab

%0
%42
%25
%11

Triadic Colors of #e485ab

#e485ab #abe485 #85abe4

Analogous Colors of #e485ab

#e485ab #e48f85 #e485db

Monochromatic Colors of #e485ab

#e485ab

Complementary Color

#e485ab #85e4be

#e485ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e485ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e485ab Color CSS Codes

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

#e485ab Text Font Color

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

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


#e485ab Background Color

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

This div background color is #e485ab


#e485ab Border Color

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

This div border color is #e485ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,133,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e485ab


Comments

No comments written yet.

Please login to write comment.