Color Hex Logo

#e184bb Color Hex

#E184BB
(225,132,187)
0 Favorites   0 Comments

Color spaces of #e184bb

RGB 225132187
HSL0.900.610.70
HSV325°41°88°
CMYK 0.000.410.17   0.12
XYZ48.272236.097951.4371
Yxy36.09790.35540.2658
Hunter Lab60.081538.2722-8.7024
CIE-Lab66.594742.9120-13.3600

#e184bb color RGB value is (225,132,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 10111011
Octal 341 204 273
Decimal 225 132 187
Hex E1 84 BB

RGB Percentages of Color #e184bb

%41.36
%24.26
%34.38

CMYK Percentages of Color #e184bb

%0
%41
%17
%12

Triadic Colors of #e184bb

#e184bb #bbe184 #84bbe1

Analogous Colors of #e184bb

#e184bb #e1848d #d984e1

Monochromatic Colors of #e184bb

#e184bb

Complementary Color

#e184bb #84e1aa

#e184bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e184bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e184bb Color CSS Codes

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

#e184bb Text Font Color

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

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


#e184bb Background Color

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

This div background color is #e184bb


#e184bb Border Color

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

This div border color is #e184bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e184bb

#e184bb Color Palettes


Comments

No comments written yet.

Please login to write comment.