Color Hex Logo

#f49380 Color Hex

#F49380
(244,147,128)
0 Favorites   0 Comments

Color spaces of #f49380

RGB 244147128
HSL0.030.840.73
HSV10°48°96°
CMYK 0.000.400.48   0.04
XYZ51.638241.659025.7414
Yxy41.65900.43380.3500
Hunter Lab64.543829.857221.5346
CIE-Lab70.635234.560725.7039

#f49380 color RGB value is (244,147,128).

#f49380 hex color red value is 244, green value is 147 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f49380 hue: 0.03 , saturation: 0.84 and the lightness value of f49380 is 0.73.

The process color (four color CMYK) of #f49380 color hex is 0.00, 0.40, 0.48, 0.04. Web safe color of #f49380 is #ff9999. Color #f49380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010011 10000000
Octal 364 223 200
Decimal 244 147 128
Hex F4 93 80

RGB Percentages of Color #f49380

%47.01
%28.32
%24.66

CMYK Percentages of Color #f49380

%0
%40
%48
%4

Triadic Colors of #f49380

#f49380 #80f493 #9380f4

Analogous Colors of #f49380

#f49380 #f4cd80 #f480a7

Monochromatic Colors of #f49380

#f49380

Complementary Color

#f49380 #80e1f4

#f49380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49380 Color CSS Codes

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

#f49380 Text Font Color

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

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


#f49380 Background Color

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

This div background color is #f49380


#f49380 Border Color

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

This div border color is #f49380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,147,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f49380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f49380;
  -webkit-box-shadow: 1px 1px 3px 2px #f49380;
  box-shadow:         1px 1px 3px 2px #f49380; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,147,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49380


Comments

No comments written yet.

Please login to write comment.