Color Hex Logo

#e186df Color Hex

#E186DF
(225,134,223)
0 Favorites   0 Comments

Color spaces of #e186df

RGB 225134223
HSL0.840.600.70
HSV301°40°88°
CMYK 0.000.400.01   0.12
XYZ52.895738.385574.4333
Yxy38.38550.31920.2316
Hunter Lab61.956043.9734-27.8611
CIE-Lab68.303847.8951-30.8324

#e186df color RGB value is (225,134,223).

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

The process color (four color CMYK) of #e186df color hex is 0.00, 0.40, 0.01, 0.12. Web safe color of #e186df is #cc99cc. Color #e186df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 11011111
Octal 341 206 337
Decimal 225 134 223
Hex E1 86 DF

RGB Percentages of Color #e186df

%38.66
%23.02
%38.32

CMYK Percentages of Color #e186df

%0
%40
%1
%12

Triadic Colors of #e186df

#e186df #dfe186 #86dfe1

Analogous Colors of #e186df

#e186df #e186b2 #b686e1

Monochromatic Colors of #e186df

#e186df

Complementary Color

#e186df #86e188

#e186df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186df Color CSS Codes

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

#e186df Text Font Color

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

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


#e186df Background Color

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

This div background color is #e186df


#e186df Border Color

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

This div border color is #e186df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186df


Comments

No comments written yet.

Please login to write comment.