Color Hex Logo

#f18df6 Color Hex

#F18DF6
(241,141,246)
0 Favorites   0 Comments

Color spaces of #f18df6

RGB 241141246
HSL0.830.850.76
HSV297°43°96°
CMYK 0.020.430.00   0.04
XYZ62.435144.404392.4690
Yxy44.40430.31330.2228
Hunter Lab66.636650.6316-35.6289
CIE-Lab72.497953.1873-36.8154

#f18df6 color RGB value is (241,141,246).

#f18df6 hex color red value is 241, green value is 141 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #f18df6 hue: 0.83 , saturation: 0.85 and the lightness value of f18df6 is 0.76.

The process color (four color CMYK) of #f18df6 color hex is 0.02, 0.43, 0.00, 0.04. Web safe color of #f18df6 is #ff99ff. Color #f18df6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001101 11110110
Octal 361 215 366
Decimal 241 141 246
Hex F1 8D F6

RGB Percentages of Color #f18df6

%38.38
%22.45
%39.17

CMYK Percentages of Color #f18df6

%2
%43
%0
%4

Triadic Colors of #f18df6

#f18df6 #f6f18d #8df6f1

Analogous Colors of #f18df6

#f18df6 #f68dc7 #bd8df6

Monochromatic Colors of #f18df6

#f18df6

Complementary Color

#f18df6 #92f68d

#f18df6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18df6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18df6 Color CSS Codes

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

#f18df6 Text Font Color

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

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


#f18df6 Background Color

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

This div background color is #f18df6


#f18df6 Border Color

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

This div border color is #f18df6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18df6

Related Colors


Comments

No comments written yet.

Please login to write comment.