Color Hex Logo

#f49381 Color Hex

#F49381
(244,147,129)
0 Favorites   0 Comments

Color spaces of #f49381

RGB 244147129
HSL0.030.840.73
HSV47°96°
CMYK 0.000.400.47   0.04
XYZ51.704441.685526.0899
Yxy41.68550.43270.3489
Hunter Lab64.564329.958921.2364
CIE-Lab70.653534.655825.1800

#f49381 color RGB value is (244,147,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010011 10000001
Octal 364 223 201
Decimal 244 147 129
Hex F4 93 81

RGB Percentages of Color #f49381

%46.92
%28.27
%24.81

CMYK Percentages of Color #f49381

%0
%40
%47
%4

Triadic Colors of #f49381

#f49381 #81f493 #9381f4

Analogous Colors of #f49381

#f49381 #f4cd81 #f481a9

Monochromatic Colors of #f49381

#f49381

Complementary Color

#f49381 #81e2f4

#f49381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49381 Color CSS Codes

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

#f49381 Text Font Color

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

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


#f49381 Background Color

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

This div background color is #f49381


#f49381 Border Color

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

This div border color is #f49381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49381


Comments

No comments written yet.

Please login to write comment.