Color Hex Logo

#f19aba Color Hex

#F19ABA
(241,154,186)
0 Favorites   0 Comments

Color spaces of #f19aba

RGB 241154186
HSL0.940.760.77
HSV338°36°95°
CMYK 0.000.360.23   0.05
XYZ56.694245.357152.2211
Yxy45.35710.36750.2940
Hunter Lab67.347732.40531.1702
CIE-Lab73.126436.7259-2.8858

#f19aba color RGB value is (241,154,186).

#f19aba hex color red value is 241, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f19aba hue: 0.94 , saturation: 0.76 and the lightness value of f19aba is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011010 10111010
Octal 361 232 272
Decimal 241 154 186
Hex F1 9A BA

RGB Percentages of Color #f19aba

%41.48
%26.51
%32.01

CMYK Percentages of Color #f19aba

%0
%36
%23
%5

Triadic Colors of #f19aba

#f19aba #baf19a #9abaf1

Analogous Colors of #f19aba

#f19aba #f1a69a #f19ae6

Monochromatic Colors of #f19aba

#f19aba

Complementary Color

#f19aba #9af1d1

#f19aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19aba Color CSS Codes

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

#f19aba Text Font Color

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

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


#f19aba Background Color

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

This div background color is #f19aba


#f19aba Border Color

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

This div border color is #f19aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,154,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 #f19aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19aba


Comments

No comments written yet.

Please login to write comment.