Color Hex Logo

#e184ae Color Hex

#E184AE
(225,132,174)
0 Favorites   0 Comments

Color spaces of #e184ae

RGB 225132174
HSL0.920.610.70
HSV333°41°88°
CMYK 0.000.410.23   0.12
XYZ46.942635.566144.4352
Yxy35.56610.36980.2802
Hunter Lab59.637336.1382-2.4303
CIE-Lab66.187140.9721-6.6475

#e184ae color RGB value is (225,132,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 10101110
Octal 341 204 256
Decimal 225 132 174
Hex E1 84 AE

RGB Percentages of Color #e184ae

%42.37
%24.86
%32.77

CMYK Percentages of Color #e184ae

%0
%41
%23
%12

Triadic Colors of #e184ae

#e184ae #aee184 #84aee1

Analogous Colors of #e184ae

#e184ae #e18984 #e184dd

Monochromatic Colors of #e184ae

#e184ae

Complementary Color

#e184ae #84e1b7

#e184ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e184ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e184ae Color CSS Codes

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

#e184ae Text Font Color

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

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


#e184ae Background Color

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

This div background color is #e184ae


#e184ae Border Color

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

This div border color is #e184ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e184ae


Comments

No comments written yet.

Please login to write comment.