Color Hex Logo

#e184a9 Color Hex

#E184A9
(225,132,169)
0 Favorites   0 Comments

Color spaces of #e184a9

RGB 225132169
HSL0.930.610.70
HSV336°41°88°
CMYK 0.000.410.25   0.12
XYZ46.464035.374741.9152
Yxy35.37470.37550.2858
Hunter Lab59.476635.3627-0.1500
CIE-Lab66.039440.2610-4.0431

#e184a9 color RGB value is (225,132,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 10101001
Octal 341 204 251
Decimal 225 132 169
Hex E1 84 A9

RGB Percentages of Color #e184a9

%42.78
%25.10
%32.13

CMYK Percentages of Color #e184a9

%0
%41
%25
%12

Triadic Colors of #e184a9

#e184a9 #a9e184 #84a9e1

Analogous Colors of #e184a9

#e184a9 #e18e84 #e184d8

Monochromatic Colors of #e184a9

#e184a9

Complementary Color

#e184a9 #84e1bc

#e184a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e184a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e184a9 Color CSS Codes

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

#e184a9 Text Font Color

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

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


#e184a9 Background Color

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

This div background color is #e184a9


#e184a9 Border Color

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

This div border color is #e184a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e184a9


Comments

No comments written yet.

Please login to write comment.