Color Hex Logo

#f186ff Color Hex

#F186FF
(241,134,255)
0 Favorites   0 Comments

Color spaces of #f186ff

RGB 241134255
HSL0.811.000.76
HSV293°47°100°
CMYK 0.050.470.00   0.00
XYZ62.850742.971099.5894
Yxy42.97100.30600.2092
Hunter Lab65.552356.4271-44.1889
CIE-Lab71.535358.2988-43.2168

#f186ff color RGB value is (241,134,255).

#f186ff hex color red value is 241, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f186ff hue: 0.81 , saturation: 1.00 and the lightness value of f186ff is 0.76.

The process color (four color CMYK) of #f186ff color hex is 0.05, 0.47, 0.00, 0.00. Web safe color of #f186ff is #ff99ff. Color #f186ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000110 11111111
Octal 361 206 377
Decimal 241 134 255
Hex F1 86 FF

RGB Percentages of Color #f186ff

%38.25
%21.27
%40.48

CMYK Percentages of Color #f186ff

%5
%47
%0
%0

Triadic Colors of #f186ff

#f186ff #fff186 #86fff1

Analogous Colors of #f186ff

#f186ff #ff86d1 #b586ff

Monochromatic Colors of #f186ff

#f186ff

Complementary Color

#f186ff #94ff86

#f186ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f186ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f186ff Color CSS Codes

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

#f186ff Text Font Color

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

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


#f186ff Background Color

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

This div background color is #f186ff


#f186ff Border Color

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

This div border color is #f186ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f186ff

Related Colors


Comments

No comments written yet.

Please login to write comment.