Color Hex Logo

#f8939d Color Hex

#F8939D
(248,147,157)
0 Favorites   0 Comments

Color spaces of #f8939d

RGB 248147157
HSL0.980.880.77
HSV354°41°97°
CMYK 0.000.410.37   0.03
XYZ55.230943.258237.3370
Yxy43.25820.40660.3185
Hunter Lab65.771034.795512.3818
CIE-Lab71.729939.092711.2707

#f8939d color RGB value is (248,147,157).

#f8939d hex color red value is 248, green value is 147 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f8939d hue: 0.98 , saturation: 0.88 and the lightness value of f8939d is 0.77.

The process color (four color CMYK) of #f8939d color hex is 0.00, 0.41, 0.37, 0.03. Web safe color of #f8939d is #ff9999. Color #f8939d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010011 10011101
Octal 370 223 235
Decimal 248 147 157
Hex F8 93 9D

RGB Percentages of Color #f8939d

%44.93
%26.63
%28.44

CMYK Percentages of Color #f8939d

%0
%41
%37
%3

Triadic Colors of #f8939d

#f8939d #9df893 #939df8

Analogous Colors of #f8939d

#f8939d #f8bc93 #f893d0

Monochromatic Colors of #f8939d

#f8939d

Complementary Color

#f8939d #93f8ee

#f8939d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8939d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8939d Color CSS Codes

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

#f8939d Text Font Color

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

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


#f8939d Background Color

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

This div background color is #f8939d


#f8939d Border Color

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

This div border color is #f8939d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,147,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8939d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8939d;
  -webkit-box-shadow: 1px 1px 3px 2px #f8939d;
  box-shadow:         1px 1px 3px 2px #f8939d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8939d


Comments

No comments written yet.

Please login to write comment.