Color Hex Logo

#f4908e Color Hex

#F4908E
(244,144,142)
0 Favorites   0 Comments

Color spaces of #f4908e

RGB 244144142
HSL0.000.820.76
HSV42°96°
CMYK 0.000.410.42   0.04
XYZ52.164041.132630.7812
Yxy41.13260.42040.3315
Hunter Lab64.134732.947416.4383
CIE-Lab70.268737.520317.4773

#f4908e color RGB value is (244,144,142).

#f4908e hex color red value is 244, green value is 144 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f4908e hue: 0.00 , saturation: 0.82 and the lightness value of f4908e is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 10001110
Octal 364 220 216
Decimal 244 144 142
Hex F4 90 8E

RGB Percentages of Color #f4908e

%46.04
%27.17
%26.79

CMYK Percentages of Color #f4908e

%0
%41
%42
%4

Triadic Colors of #f4908e

#f4908e #8ef490 #908ef4

Analogous Colors of #f4908e

#f4908e #f4c38e #f48ebf

Monochromatic Colors of #f4908e

#f4908e

Complementary Color

#f4908e #8ef2f4

#f4908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4908e Color CSS Codes

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

#f4908e Text Font Color

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

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


#f4908e Background Color

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

This div background color is #f4908e


#f4908e Border Color

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

This div border color is #f4908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4908e

#f4908e Color Palettes


Comments

No comments written yet.

Please login to write comment.