Color Hex Logo

#e185bb Color Hex

#E185BB
(225,133,187)
0 Favorites   0 Comments

Color spaces of #e185bb

RGB 225133187
HSL0.900.610.70
HSV325°41°88°
CMYK 0.000.410.17   0.12
XYZ48.408536.370551.4825
Yxy36.37050.35530.2669
Hunter Lab60.308037.7410-8.3979
CIE-Lab66.802042.3932-13.0483

#e185bb color RGB value is (225,133,187).

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

The process color (four color CMYK) of #e185bb color hex is 0.00, 0.41, 0.17, 0.12. Web safe color of #e185bb is #cc99cc. Color #e185bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10111011
Octal 341 205 273
Decimal 225 133 187
Hex E1 85 BB

RGB Percentages of Color #e185bb

%41.28
%24.40
%34.31

CMYK Percentages of Color #e185bb

%0
%41
%17
%12

Triadic Colors of #e185bb

#e185bb #bbe185 #85bbe1

Analogous Colors of #e185bb

#e185bb #e1858d #d985e1

Monochromatic Colors of #e185bb

#e185bb

Complementary Color

#e185bb #85e1ab

#e185bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185bb Color CSS Codes

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

#e185bb Text Font Color

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

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


#e185bb Background Color

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

This div background color is #e185bb


#e185bb Border Color

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

This div border color is #e185bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185bb


Comments

No comments written yet.

Please login to write comment.