Color Hex Logo

#f3988d Color Hex

#F3988D
(243,152,141)
0 Favorites   0 Comments

Color spaces of #f3988d

RGB 243152141
HSL0.020.810.75
HSV42°95°
CMYK 0.000.370.42   0.05
XYZ52.998143.434230.7896
Yxy43.43420.41660.3414
Hunter Lab65.904628.210118.4339
CIE-Lab71.848732.880520.1895

#f3988d color RGB value is (243,152,141).

#f3988d hex color red value is 243, green value is 152 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f3988d hue: 0.02 , saturation: 0.81 and the lightness value of f3988d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011000 10001101
Octal 363 230 215
Decimal 243 152 141
Hex F3 98 8D

RGB Percentages of Color #f3988d

%45.34
%28.36
%26.31

CMYK Percentages of Color #f3988d

%0
%37
%42
%5

Triadic Colors of #f3988d

#f3988d #8df398 #988df3

Analogous Colors of #f3988d

#f3988d #f3cb8d #f38db5

Monochromatic Colors of #f3988d

#f3988d

Complementary Color

#f3988d #8de8f3

#f3988d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3988d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3988d Color CSS Codes

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

#f3988d Text Font Color

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

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


#f3988d Background Color

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

This div background color is #f3988d


#f3988d Border Color

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

This div border color is #f3988d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3988d


Comments

No comments written yet.

Please login to write comment.