Color Hex Logo

#e186de Color Hex

#E186DE
(225,134,222)
0 Favorites   0 Comments

Color spaces of #e186de

RGB 225134222
HSL0.840.600.70
HSV302°40°88°
CMYK 0.000.400.01   0.12
XYZ52.761338.331773.7252
Yxy38.33170.32010.2326
Hunter Lab61.912643.7689-27.2634
CIE-Lab68.264447.7163-30.3398

#e186de color RGB value is (225,134,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 11011110
Octal 341 206 336
Decimal 225 134 222
Hex E1 86 DE

RGB Percentages of Color #e186de

%38.73
%23.06
%38.21

CMYK Percentages of Color #e186de

%0
%40
%1
%12

Triadic Colors of #e186de

#e186de #dee186 #86dee1

Analogous Colors of #e186de

#e186de #e186b1 #b786e1

Monochromatic Colors of #e186de

#e186de

Complementary Color

#e186de #86e189

#e186de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186de Color CSS Codes

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

#e186de Text Font Color

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

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


#e186de Background Color

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

This div background color is #e186de


#e186de Border Color

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

This div border color is #e186de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186de


Comments

No comments written yet.

Please login to write comment.