Color Hex Logo

#f48489 Color Hex

#F48489
(244,132,137)
0 Favorites   0 Comments

Color spaces of #f48489

RGB 244132137
HSL0.990.840.74
HSV357°46°96°
CMYK 0.000.460.44   0.04
XYZ50.074837.541828.2740
Yxy37.54180.43210.3239
Hunter Lab61.271438.656515.5303
CIE-Lab67.681543.132216.6819

#f48489 color RGB value is (244,132,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 10001001
Octal 364 204 211
Decimal 244 132 137
Hex F4 84 89

RGB Percentages of Color #f48489

%47.56
%25.73
%26.71

CMYK Percentages of Color #f48489

%0
%46
%44
%4

Triadic Colors of #f48489

#f48489 #89f484 #8489f4

Analogous Colors of #f48489

#f48489 #f4b784 #f484c1

Monochromatic Colors of #f48489

#f48489

Complementary Color

#f48489 #84f4ef

#f48489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48489 Color CSS Codes

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

#f48489 Text Font Color

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

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


#f48489 Background Color

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

This div background color is #f48489


#f48489 Border Color

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

This div border color is #f48489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48489


Comments

No comments written yet.

Please login to write comment.