Color Hex Logo

#f48171 Color Hex

#F48171
(244,129,113)
0 Favorites   0 Comments

Color spaces of #f48171

RGB 244129113
HSL0.020.860.70
HSV54°96°
CMYK 0.000.470.54   0.04
XYZ48.139136.125920.0586
Yxy36.12590.46140.3463
Hunter Lab60.104837.780622.2867
CIE-Lab66.616042.453028.6411

#f48171 color RGB value is (244,129,113).

#f48171 hex color red value is 244, green value is 129 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f48171 hue: 0.02 , saturation: 0.86 and the lightness value of f48171 is 0.70.

The process color (four color CMYK) of #f48171 color hex is 0.00, 0.47, 0.54, 0.04. Web safe color of #f48171 is #ff9966. Color #f48171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 01110001
Octal 364 201 161
Decimal 244 129 113
Hex F4 81 71

RGB Percentages of Color #f48171

%50.21
%26.54
%23.25

CMYK Percentages of Color #f48171

%0
%47
%54
%4

Triadic Colors of #f48171

#f48171 #71f481 #8171f4

Analogous Colors of #f48171

#f48171 #f4c371 #f471a3

Monochromatic Colors of #f48171

#f48171

Complementary Color

#f48171 #71e4f4

#f48171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48171 Color CSS Codes

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

#f48171 Text Font Color

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

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


#f48171 Background Color

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

This div background color is #f48171


#f48171 Border Color

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

This div border color is #f48171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48171


Comments

No comments written yet.

Please login to write comment.