Color Hex Logo

#f19b7f Color Hex

#F19B7F
(241,155,127)
0 Favorites   0 Comments

Color spaces of #f19b7f

RGB 241155127
HSL0.040.800.72
HSV15°47°95°
CMYK 0.000.360.47   0.05
XYZ51.827743.675825.7773
Yxy43.67580.42730.3601
Hunter Lab66.087724.331023.1355
CIE-Lab72.011329.127728.0190

#f19b7f color RGB value is (241,155,127).

#f19b7f hex color red value is 241, green value is 155 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f19b7f hue: 0.04 , saturation: 0.80 and the lightness value of f19b7f is 0.72.

The process color (four color CMYK) of #f19b7f color hex is 0.00, 0.36, 0.47, 0.05. Web safe color of #f19b7f is #ff9966. Color #f19b7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011011 01111111
Octal 361 233 177
Decimal 241 155 127
Hex F1 9B 7F

RGB Percentages of Color #f19b7f

%46.08
%29.64
%24.28

CMYK Percentages of Color #f19b7f

%0
%36
%47
%5

Triadic Colors of #f19b7f

#f19b7f #7ff19b #9b7ff1

Analogous Colors of #f19b7f

#f19b7f #f1d47f #f17f9c

Monochromatic Colors of #f19b7f

#f19b7f

Complementary Color

#f19b7f #7fd5f1

#f19b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19b7f Color CSS Codes

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

#f19b7f Text Font Color

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

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


#f19b7f Background Color

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

This div background color is #f19b7f


#f19b7f Border Color

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

This div border color is #f19b7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19b7f


Comments

No comments written yet.

Please login to write comment.