Color Hex Logo

#f19172 Color Hex

#F19172
(241,145,114)
0 Favorites   0 Comments

Color spaces of #f19172

RGB 241145114
HSL0.040.820.70
HSV15°53°95°
CMYK 0.000.400.53   0.05
XYZ49.438340.166521.0668
Yxy40.16650.44670.3629
Hunter Lab63.377028.332024.6557
CIE-Lab69.588033.196631.8896

#f19172 color RGB value is (241,145,114).

#f19172 hex color red value is 241, green value is 145 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f19172 hue: 0.04 , saturation: 0.82 and the lightness value of f19172 is 0.70.

The process color (four color CMYK) of #f19172 color hex is 0.00, 0.40, 0.53, 0.05. Web safe color of #f19172 is #ff9966. Color #f19172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010001 01110010
Octal 361 221 162
Decimal 241 145 114
Hex F1 91 72

RGB Percentages of Color #f19172

%48.20
%29.00
%22.80

CMYK Percentages of Color #f19172

%0
%40
%53
%5

Triadic Colors of #f19172

#f19172 #72f191 #9172f1

Analogous Colors of #f19172

#f19172 #f1d172 #f17293

Monochromatic Colors of #f19172

#f19172

Complementary Color

#f19172 #72d2f1

#f19172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19172 Color CSS Codes

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

#f19172 Text Font Color

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

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


#f19172 Background Color

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

This div background color is #f19172


#f19172 Border Color

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

This div border color is #f19172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19172


Comments

No comments written yet.

Please login to write comment.