Color Hex Logo

#f18cad Color Hex

#F18CAD
(241,140,173)
0 Favorites   0 Comments

Color spaces of #f18cad

RGB 241140173
HSL0.950.780.75
HSV340°42°95°
CMYK 0.000.420.28   0.05
XYZ53.196540.474144.5437
Yxy40.47410.38490.2928
Hunter Lab63.619337.92263.0210
CIE-Lab69.805942.1986-0.5288

#f18cad color RGB value is (241,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001100 10101101
Octal 361 214 255
Decimal 241 140 173
Hex F1 8C AD

RGB Percentages of Color #f18cad

%43.50
%25.27
%31.23

CMYK Percentages of Color #f18cad

%0
%42
%28
%5

Triadic Colors of #f18cad

#f18cad #adf18c #8cadf1

Analogous Colors of #f18cad

#f18cad #f19e8c #f18ce0

Monochromatic Colors of #f18cad

#f18cad

Complementary Color

#f18cad #8cf1d0

#f18cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18cad Color CSS Codes

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

#f18cad Text Font Color

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

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


#f18cad Background Color

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

This div background color is #f18cad


#f18cad Border Color

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

This div border color is #f18cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18cad


Comments

No comments written yet.

Please login to write comment.