Color Hex Logo

#f1988a Color Hex

#F1988A
(241,152,138)
0 Favorites   0 Comments

Color spaces of #f1988a

RGB 241152138
HSL0.020.790.74
HSV43°95°
CMYK 0.000.370.43   0.05
XYZ52.091342.992229.5976
Yxy42.99220.41780.3448
Hunter Lab65.568427.065819.1344
CIE-Lab71.549731.808721.3903

#f1988a color RGB value is (241,152,138).

#f1988a hex color red value is 241, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f1988a hue: 0.02 , saturation: 0.79 and the lightness value of f1988a is 0.74.

The process color (four color CMYK) of #f1988a color hex is 0.00, 0.37, 0.43, 0.05. Web safe color of #f1988a is #ff9999. Color #f1988a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011000 10001010
Octal 361 230 212
Decimal 241 152 138
Hex F1 98 8A

RGB Percentages of Color #f1988a

%45.39
%28.63
%25.99

CMYK Percentages of Color #f1988a

%0
%37
%43
%5

Triadic Colors of #f1988a

#f1988a #8af198 #988af1

Analogous Colors of #f1988a

#f1988a #f1cc8a #f18ab0

Monochromatic Colors of #f1988a

#f1988a

Complementary Color

#f1988a #8ae3f1

#f1988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1988a Color CSS Codes

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

#f1988a Text Font Color

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

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


#f1988a Background Color

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

This div background color is #f1988a


#f1988a Border Color

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

This div border color is #f1988a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,152,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1988a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1988a;
  -webkit-box-shadow: 1px 1px 3px 2px #f1988a;
  box-shadow:         1px 1px 3px 2px #f1988a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1988a


Comments

No comments written yet.

Please login to write comment.