Color Hex Logo

#f18caf Color Hex

#F18CAF
(241,140,175)
0 Favorites   0 Comments

Color spaces of #f18caf

RGB 241140175
HSL0.940.780.75
HSV339°42°95°
CMYK 0.000.420.27   0.05
XYZ53.391640.552145.5707
Yxy40.55210.38270.2907
Hunter Lab63.680538.21862.1476
CIE-Lab69.861042.4643-1.5662

#f18caf color RGB value is (241,140,175).

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

The process color (four color CMYK) of #f18caf color hex is 0.00, 0.42, 0.27, 0.05. Web safe color of #f18caf is #ff9999. Color #f18caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001100 10101111
Octal 361 214 257
Decimal 241 140 175
Hex F1 8C AF

RGB Percentages of Color #f18caf

%43.35
%25.18
%31.47

CMYK Percentages of Color #f18caf

%0
%42
%27
%5

Triadic Colors of #f18caf

#f18caf #aff18c #8caff1

Analogous Colors of #f18caf

#f18caf #f19c8c #f18ce2

Monochromatic Colors of #f18caf

#f18caf

Complementary Color

#f18caf #8cf1ce

#f18caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18caf Color CSS Codes

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

#f18caf Text Font Color

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

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


#f18caf Background Color

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

This div background color is #f18caf


#f18caf Border Color

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

This div border color is #f18caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18caf


Comments

No comments written yet.

Please login to write comment.