Color Hex Logo

#e185ab Color Hex

#E185AB
(225,133,171)
0 Favorites   0 Comments

Color spaces of #e185ab

RGB 225133171
HSL0.930.610.70
HSV335°41°88°
CMYK 0.000.410.24   0.12
XYZ46.789635.722942.9572
Yxy35.72290.37290.2847
Hunter Lab59.768635.1428-0.7751
CIE-Lab66.307740.0224-4.7762

#e185ab color RGB value is (225,133,171).

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

The process color (four color CMYK) of #e185ab color hex is 0.00, 0.41, 0.24, 0.12. Web safe color of #e185ab is #cc9999. Color #e185ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10101011
Octal 341 205 253
Decimal 225 133 171
Hex E1 85 AB

RGB Percentages of Color #e185ab

%42.53
%25.14
%32.33

CMYK Percentages of Color #e185ab

%0
%41
%24
%12

Triadic Colors of #e185ab

#e185ab #abe185 #85abe1

Analogous Colors of #e185ab

#e185ab #e18d85 #e185d9

Monochromatic Colors of #e185ab

#e185ab

Complementary Color

#e185ab #85e1bb

#e185ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185ab Color CSS Codes

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

#e185ab Text Font Color

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

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


#e185ab Background Color

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

This div background color is #e185ab


#e185ab Border Color

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

This div border color is #e185ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185ab


Comments

No comments written yet.

Please login to write comment.