Color Hex Logo

#f18aba Color Hex

#F18ABA
(241,138,186)
0 Favorites   0 Comments

Color spaces of #f18aba

RGB 241138186
HSL0.920.790.74
HSV332°43°95°
CMYK 0.000.430.23   0.05
XYZ54.227040.422951.3987
Yxy40.42290.37130.2768
Hunter Lab63.579040.9807-3.4261
CIE-Lab69.769744.9983-7.8471

#f18aba color RGB value is (241,138,186).

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

The process color (four color CMYK) of #f18aba color hex is 0.00, 0.43, 0.23, 0.05. Web safe color of #f18aba is #ff99cc. Color #f18aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001010 10111010
Octal 361 212 272
Decimal 241 138 186
Hex F1 8A BA

RGB Percentages of Color #f18aba

%42.65
%24.42
%32.92

CMYK Percentages of Color #f18aba

%0
%43
%23
%5

Triadic Colors of #f18aba

#f18aba #baf18a #8abaf1

Analogous Colors of #f18aba

#f18aba #f18e8a #f18aee

Monochromatic Colors of #f18aba

#f18aba

Complementary Color

#f18aba #8af1c1

#f18aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18aba Color CSS Codes

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

#f18aba Text Font Color

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

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


#f18aba Background Color

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

This div background color is #f18aba


#f18aba Border Color

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

This div border color is #f18aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18aba


Comments

No comments written yet.

Please login to write comment.