Color Hex Logo

#f48882 Color Hex

#F48882
(244,136,130)
0 Favorites   0 Comments

Color spaces of #f48882

RGB 244136130
HSL0.010.840.73
HSV47°96°
CMYK 0.000.440.47   0.04
XYZ50.141738.453125.8985
Yxy38.45310.43790.3359
Hunter Lab62.010635.816518.6451
CIE-Lab68.353240.416721.5185

#f48882 color RGB value is (244,136,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001000 10000010
Octal 364 210 202
Decimal 244 136 130
Hex F4 88 82

RGB Percentages of Color #f48882

%47.84
%26.67
%25.49

CMYK Percentages of Color #f48882

%0
%44
%47
%4

Triadic Colors of #f48882

#f48882 #82f488 #8882f4

Analogous Colors of #f48882

#f48882 #f4c182 #f482b5

Monochromatic Colors of #f48882

#f48882

Complementary Color

#f48882 #82eef4

#f48882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48882 Color CSS Codes

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

#f48882 Text Font Color

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

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


#f48882 Background Color

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

This div background color is #f48882


#f48882 Border Color

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

This div border color is #f48882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48882


Comments

No comments written yet.

Please login to write comment.