Color Hex Logo

#f49488 Color Hex

#F49488
(244,148,136)
0 Favorites   0 Comments

Color spaces of #f49488

RGB 244148136
HSL0.020.830.75
HSV44°96°
CMYK 0.000.390.44   0.04
XYZ52.342142.190528.6774
Yxy42.19050.42480.3424
Hunter Lab64.954230.170919.2913
CIE-Lab71.002134.824721.8030

#f49488 color RGB value is (244,148,136).

#f49488 hex color red value is 244, green value is 148 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f49488 hue: 0.02 , saturation: 0.83 and the lightness value of f49488 is 0.75.

The process color (four color CMYK) of #f49488 color hex is 0.00, 0.39, 0.44, 0.04. Web safe color of #f49488 is #ff9999. Color #f49488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 10001000
Octal 364 224 210
Decimal 244 148 136
Hex F4 94 88

RGB Percentages of Color #f49488

%46.21
%28.03
%25.76

CMYK Percentages of Color #f49488

%0
%39
%44
%4

Triadic Colors of #f49488

#f49488 #88f494 #9488f4

Analogous Colors of #f49488

#f49488 #f4ca88 #f488b2

Monochromatic Colors of #f49488

#f49488

Complementary Color

#f49488 #88e8f4

#f49488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49488 Color CSS Codes

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

#f49488 Text Font Color

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

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


#f49488 Background Color

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

This div background color is #f49488


#f49488 Border Color

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

This div border color is #f49488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49488


Comments

No comments written yet.

Please login to write comment.