Color Hex Logo

#f4988d Color Hex

#F4988D
(244,152,141)
0 Favorites   0 Comments

Color spaces of #f4988d

RGB 244152141
HSL0.020.820.75
HSV42°96°
CMYK 0.000.380.42   0.04
XYZ53.344243.612730.8058
Yxy43.61270.41750.3414
Hunter Lab66.039928.614818.5708
CIE-Lab71.968933.256420.3737

#f4988d color RGB value is (244,152,141).

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

The process color (four color CMYK) of #f4988d color hex is 0.00, 0.38, 0.42, 0.04. Web safe color of #f4988d is #ff9999. Color #f4988d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011000 10001101
Octal 364 230 215
Decimal 244 152 141
Hex F4 98 8D

RGB Percentages of Color #f4988d

%45.44
%28.31
%26.26

CMYK Percentages of Color #f4988d

%0
%38
%42
%4

Triadic Colors of #f4988d

#f4988d #8df498 #988df4

Analogous Colors of #f4988d

#f4988d #f4cc8d #f48db6

Monochromatic Colors of #f4988d

#f4988d

Complementary Color

#f4988d #8de9f4

#f4988d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4988d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4988d Color CSS Codes

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

#f4988d Text Font Color

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

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


#f4988d Background Color

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

This div background color is #f4988d


#f4988d Border Color

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

This div border color is #f4988d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4988d


Comments

No comments written yet.

Please login to write comment.