Color Hex Logo

#e186fb Color Hex

#E186FB
(225,134,251)
0 Favorites   0 Comments

Color spaces of #e186fb

RGB 225134251
HSL0.800.940.75
HSV287°47°98°
CMYK 0.100.470.00   0.02
XYZ56.989040.022895.9883
Yxy40.02280.29530.2074
Hunter Lab63.263650.0848-45.6748
CIE-Lab69.485853.1466-44.3817

#e186fb color RGB value is (225,134,251).

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

The process color (four color CMYK) of #e186fb color hex is 0.10, 0.47, 0.00, 0.02. Web safe color of #e186fb is #cc99ff. Color #e186fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 11111011
Octal 341 206 373
Decimal 225 134 251
Hex E1 86 FB

RGB Percentages of Color #e186fb

%36.89
%21.97
%41.15

CMYK Percentages of Color #e186fb

%10
%47
%0
%2

Triadic Colors of #e186fb

#e186fb #fbe186 #86fbe1

Analogous Colors of #e186fb

#e186fb #fb86db #a786fb

Monochromatic Colors of #e186fb

#e186fb

Complementary Color

#e186fb #a0fb86

#e186fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e186fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e186fb Color CSS Codes

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

#e186fb Text Font Color

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

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


#e186fb Background Color

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

This div background color is #e186fb


#e186fb Border Color

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

This div border color is #e186fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e186fb


Comments

No comments written yet.

Please login to write comment.