Color Hex Logo

#e186fc Color Hex

#E186FC
(225,134,252)
0 Favorites   0 Comments

Color spaces of #e186fc

RGB 225134252
HSL0.800.950.76
HSV286°47°99°
CMYK 0.110.470.00   0.01
XYZ57.147140.086096.8209
Yxy40.08600.29450.2066
Hunter Lab63.313550.3164-46.3486
CIE-Lab69.530753.3422-44.8570

#e186fc color RGB value is (225,134,252).

#e186fc hex color red value is 225, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e186fc hue: 0.80 , saturation: 0.95 and the lightness value of e186fc is 0.76.

The process color (four color CMYK) of #e186fc color hex is 0.11, 0.47, 0.00, 0.01. Web safe color of #e186fc is #cc99ff. Color #e186fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 11111100
Octal 341 206 374
Decimal 225 134 252
Hex E1 86 FC

RGB Percentages of Color #e186fc

%36.82
%21.93
%41.24

CMYK Percentages of Color #e186fc

%11
%47
%0
%1

Triadic Colors of #e186fc

#e186fc #fce186 #86fce1

Analogous Colors of #e186fc

#e186fc #fc86dc #a686fc

Monochromatic Colors of #e186fc

#e186fc

Complementary Color

#e186fc #a1fc86

#e186fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186fc Color CSS Codes

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

#e186fc Text Font Color

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

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


#e186fc Background Color

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

This div background color is #e186fc


#e186fc Border Color

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

This div border color is #e186fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186fc


Comments

No comments written yet.

Please login to write comment.