Color Hex Logo

#f186de Color Hex

#F186DE
(241,134,222)
0 Favorites   0 Comments

Color spaces of #f186de

RGB 241134222
HSL0.860.790.74
HSV311°44°95°
CMYK 0.000.440.08   0.05
XYZ57.985541.024973.9697
Yxy41.02490.33520.2372
Hunter Lab64.050749.5085-23.6363
CIE-Lab70.193452.5398-27.2079

#f186de color RGB value is (241,134,222).

#f186de hex color red value is 241, green value is 134 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f186de hue: 0.86 , saturation: 0.79 and the lightness value of f186de is 0.74.

The process color (four color CMYK) of #f186de color hex is 0.00, 0.44, 0.08, 0.05. Web safe color of #f186de is #ff99cc. Color #f186de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000110 11011110
Octal 361 206 336
Decimal 241 134 222
Hex F1 86 DE

RGB Percentages of Color #f186de

%40.37
%22.45
%37.19

CMYK Percentages of Color #f186de

%0
%44
%8
%5

Triadic Colors of #f186de

#f186de #def186 #86def1

Analogous Colors of #f186de

#f186de #f186a9 #cf86f1

Monochromatic Colors of #f186de

#f186de

Complementary Color

#f186de #86f199

#f186de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f186de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f186de Color CSS Codes

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

#f186de Text Font Color

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

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


#f186de Background Color

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

This div background color is #f186de


#f186de Border Color

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

This div border color is #f186de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,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 #f186de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f186de


Comments

No comments written yet.

Please login to write comment.