Color Hex Logo

#e186af Color Hex

#E186AF
(225,134,175)
0 Favorites   0 Comments

Color spaces of #e186af

RGB 225134175
HSL0.920.600.70
HSV333°40°88°
CMYK 0.000.400.22   0.12
XYZ47.314336.152945.0419
Yxy36.15290.36820.2813
Hunter Lab60.127335.2393-2.3256
CIE-Lab66.636640.0749-6.5446

#e186af color RGB value is (225,134,175).

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

The process color (four color CMYK) of #e186af color hex is 0.00, 0.40, 0.22, 0.12. Web safe color of #e186af is #cc9999. Color #e186af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 10101111
Octal 341 206 257
Decimal 225 134 175
Hex E1 86 AF

RGB Percentages of Color #e186af

%42.13
%25.09
%32.77

CMYK Percentages of Color #e186af

%0
%40
%22
%12

Triadic Colors of #e186af

#e186af #afe186 #86afe1

Analogous Colors of #e186af

#e186af #e18b86 #e186dd

Monochromatic Colors of #e186af

#e186af

Complementary Color

#e186af #86e1b8

#e186af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186af Color CSS Codes

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

#e186af Text Font Color

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

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


#e186af Background Color

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

This div background color is #e186af


#e186af Border Color

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

This div border color is #e186af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186af


Comments

No comments written yet.

Please login to write comment.