Color Hex Logo

#e186ce Color Hex

#E186CE
(225,134,206)
0 Favorites   0 Comments

Color spaces of #e186ce

RGB 225134206
HSL0.870.600.70
HSV313°40°88°
CMYK 0.000.400.08   0.12
XYZ50.717037.514062.9604
Yxy37.51400.33540.2481
Hunter Lab61.248740.6219-18.0729
CIE-Lab67.660944.9402-22.3791

#e186ce color RGB value is (225,134,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 11001110
Octal 341 206 316
Decimal 225 134 206
Hex E1 86 CE

RGB Percentages of Color #e186ce

%39.82
%23.72
%36.46

CMYK Percentages of Color #e186ce

%0
%40
%8
%12

Triadic Colors of #e186ce

#e186ce #cee186 #86cee1

Analogous Colors of #e186ce

#e186ce #e186a1 #c786e1

Monochromatic Colors of #e186ce

#e186ce

Complementary Color

#e186ce #86e199

#e186ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186ce Color CSS Codes

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

#e186ce Text Font Color

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

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


#e186ce Background Color

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

This div background color is #e186ce


#e186ce Border Color

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

This div border color is #e186ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186ce


Comments

No comments written yet.

Please login to write comment.