Color Hex Logo

#f19dba Color Hex

#F19DBA
(241,157,186)
0 Favorites   0 Comments

Color spaces of #f19dba

RGB 241157186
HSL0.940.750.78
HSV339°35°95°
CMYK 0.000.350.23   0.05
XYZ57.195546.359952.3882
Yxy46.35990.36680.2973
Hunter Lab68.088130.78972.0429
CIE-Lab73.778535.1522-1.9284

#f19dba color RGB value is (241,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 10111010
Octal 361 235 272
Decimal 241 157 186
Hex F1 9D BA

RGB Percentages of Color #f19dba

%41.27
%26.88
%31.85

CMYK Percentages of Color #f19dba

%0
%35
%23
%5

Triadic Colors of #f19dba

#f19dba #baf19d #9dbaf1

Analogous Colors of #f19dba

#f19dba #f1aa9d #f19de4

Monochromatic Colors of #f19dba

#f19dba

Complementary Color

#f19dba #9df1d4

#f19dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19dba Color CSS Codes

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

#f19dba Text Font Color

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

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


#f19dba Background Color

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

This div background color is #f19dba


#f19dba Border Color

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

This div border color is #f19dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19dba


Comments

No comments written yet.

Please login to write comment.