Color Hex Logo

#f4808e Color Hex

#F4808E
(244,128,142)
0 Favorites   0 Comments

Color spaces of #f4808e

RGB 244128142
HSL0.980.840.73
HSV353°48°96°
CMYK 0.000.480.42   0.04
XYZ49.909936.624430.0299
Yxy36.62440.42820.3142
Hunter Lab60.518141.304112.9422
CIE-Lab66.994345.650712.9085

#f4808e color RGB value is (244,128,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 10001110
Octal 364 200 216
Decimal 244 128 142
Hex F4 80 8E

RGB Percentages of Color #f4808e

%47.47
%24.90
%27.63

CMYK Percentages of Color #f4808e

%0
%48
%42
%4

Triadic Colors of #f4808e

#f4808e #8ef480 #808ef4

Analogous Colors of #f4808e

#f4808e #f4ac80 #f480c8

Monochromatic Colors of #f4808e

#f4808e

Complementary Color

#f4808e #80f4e6

#f4808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4808e Color CSS Codes

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

#f4808e Text Font Color

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

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


#f4808e Background Color

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

This div background color is #f4808e


#f4808e Border Color

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

This div border color is #f4808e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,128,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 #f4808e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4808e


Comments

No comments written yet.

Please login to write comment.