Color Hex Logo

#f48181 Color Hex

#F48181
(244,129,129)
0 Favorites   0 Comments

Color spaces of #f48181

RGB 244129129
HSL0.000.840.73
HSV47°96°
CMYK 0.000.470.47   0.04
XYZ49.120936.518625.2287
Yxy36.51860.44310.3294
Hunter Lab60.430639.339817.5489
CIE-Lab66.914343.858620.1152

#f48181 color RGB value is (244,129,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 10000001
Octal 364 201 201
Decimal 244 129 129
Hex F4 81 81

RGB Percentages of Color #f48181

%48.61
%25.70
%25.70

CMYK Percentages of Color #f48181

%0
%47
%47
%4

Triadic Colors of #f48181

#f48181 #81f481 #8181f4

Analogous Colors of #f48181

#f48181 #f4bb81 #f481bb

Monochromatic Colors of #f48181

#f48181

Complementary Color

#f48181 #81f4f4

#f48181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48181 Color CSS Codes

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

#f48181 Text Font Color

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

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


#f48181 Background Color

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

This div background color is #f48181


#f48181 Border Color

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

This div border color is #f48181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48181


Comments

No comments written yet.

Please login to write comment.