Color Hex Logo

#e186bc Color Hex

#E186BC
(225,134,188)
0 Favorites   0 Comments

Color spaces of #e186bc

RGB 225134188
HSL0.900.600.70
HSV324°40°88°
CMYK 0.000.400.16   0.12
XYZ48.653536.688652.0942
Yxy36.68860.35400.2669
Hunter Lab60.571137.3799-8.5926
CIE-Lab67.042742.0282-13.2479

#e186bc color RGB value is (225,134,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 10111100
Octal 341 206 274
Decimal 225 134 188
Hex E1 86 BC

RGB Percentages of Color #e186bc

%41.13
%24.50
%34.37

CMYK Percentages of Color #e186bc

%0
%40
%16
%12

Triadic Colors of #e186bc

#e186bc #bce186 #86bce1

Analogous Colors of #e186bc

#e186bc #e1868f #d986e1

Monochromatic Colors of #e186bc

#e186bc

Complementary Color

#e186bc #86e1ab

#e186bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186bc Color CSS Codes

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

#e186bc Text Font Color

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

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


#e186bc Background Color

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

This div background color is #e186bc


#e186bc Border Color

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

This div border color is #e186bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186bc


Comments

No comments written yet.

Please login to write comment.