Color Hex Logo

#f48088 Color Hex

#F48088
(244,128,136)
0 Favorites   0 Comments

Color spaces of #f48088

RGB 244128136
HSL0.990.840.73
HSV356°48°96°
CMYK 0.000.480.44   0.04
XYZ49.471336.449027.7205
Yxy36.44900.43530.3207
Hunter Lab60.373040.615015.0379
CIE-Lab66.861645.037616.1063

#f48088 color RGB value is (244,128,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 10001000
Octal 364 200 210
Decimal 244 128 136
Hex F4 80 88

RGB Percentages of Color #f48088

%48.03
%25.20
%26.77

CMYK Percentages of Color #f48088

%0
%48
%44
%4

Triadic Colors of #f48088

#f48088 #88f480 #8088f4

Analogous Colors of #f48088

#f48088 #f4b280 #f480c2

Monochromatic Colors of #f48088

#f48088

Complementary Color

#f48088 #80f4ec

#f48088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48088 Color CSS Codes

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

#f48088 Text Font Color

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

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


#f48088 Background Color

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

This div background color is #f48088


#f48088 Border Color

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

This div border color is #f48088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48088


Comments

No comments written yet.

Please login to write comment.