Color Hex Logo

#f19782 Color Hex

#F19782
(241,151,130)
0 Favorites   0 Comments

Color spaces of #f19782

RGB 241151130
HSL0.030.800.73
HSV11°46°95°
CMYK 0.000.370.46   0.05
XYZ51.371542.445726.6044
Yxy42.44570.42660.3525
Hunter Lab65.150426.735321.3940
CIE-Lab71.177131.521125.2715

#f19782 color RGB value is (241,151,130).

#f19782 hex color red value is 241, green value is 151 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f19782 hue: 0.03 , saturation: 0.80 and the lightness value of f19782 is 0.73.

The process color (four color CMYK) of #f19782 color hex is 0.00, 0.37, 0.46, 0.05. Web safe color of #f19782 is #ff9999. Color #f19782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010111 10000010
Octal 361 227 202
Decimal 241 151 130
Hex F1 97 82

RGB Percentages of Color #f19782

%46.17
%28.93
%24.90

CMYK Percentages of Color #f19782

%0
%37
%46
%5

Triadic Colors of #f19782

#f19782 #82f197 #9782f1

Analogous Colors of #f19782

#f19782 #f1cf82 #f182a5

Monochromatic Colors of #f19782

#f19782

Complementary Color

#f19782 #82dcf1

#f19782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19782 Color CSS Codes

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

#f19782 Text Font Color

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

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


#f19782 Background Color

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

This div background color is #f19782


#f19782 Border Color

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

This div border color is #f19782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19782


Comments

No comments written yet.

Please login to write comment.