Color Hex Logo

#f18dcf Color Hex

#F18DCF
(241,141,207)
0 Favorites   0 Comments

Color spaces of #f18dcf

RGB 241141207
HSL0.890.780.75
HSV320°41°95°
CMYK 0.000.410.14   0.05
XYZ57.063042.255564.1801
Yxy42.25550.34900.2584
Hunter Lab65.004242.9362-13.0354
CIE-Lab71.046746.6007-17.6106

#f18dcf color RGB value is (241,141,207).

#f18dcf hex color red value is 241, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f18dcf hue: 0.89 , saturation: 0.78 and the lightness value of f18dcf is 0.75.

The process color (four color CMYK) of #f18dcf color hex is 0.00, 0.41, 0.14, 0.05. Web safe color of #f18dcf is #ff99cc. Color #f18dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001101 11001111
Octal 361 215 317
Decimal 241 141 207
Hex F1 8D CF

RGB Percentages of Color #f18dcf

%40.92
%23.94
%35.14

CMYK Percentages of Color #f18dcf

%0
%41
%14
%5

Triadic Colors of #f18dcf

#f18dcf #cff18d #8dcff1

Analogous Colors of #f18dcf

#f18dcf #f18d9d #e18df1

Monochromatic Colors of #f18dcf

#f18dcf

Complementary Color

#f18dcf #8df1af

#f18dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18dcf Color CSS Codes

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

#f18dcf Text Font Color

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

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


#f18dcf Background Color

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

This div background color is #f18dcf


#f18dcf Border Color

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

This div border color is #f18dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18dcf


Comments

No comments written yet.

Please login to write comment.