Color Hex Logo

#f8738e Color Hex

#F8738E
(248,115,142)
0 Favorites   0 Comments

Color spaces of #f8738e

RGB 248115142
HSL0.970.900.71
HSV348°54°97°
CMYK 0.000.540.43   0.03
XYZ49.724634.170929.5661
Yxy34.17090.43830.3012
Hunter Lab58.455949.540510.9311
CIE-Lab65.098053.324510.3127

#f8738e color RGB value is (248,115,142).

#f8738e hex color red value is 248, green value is 115 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f8738e hue: 0.97 , saturation: 0.90 and the lightness value of f8738e is 0.71.

The process color (four color CMYK) of #f8738e color hex is 0.00, 0.54, 0.43, 0.03. Web safe color of #f8738e is #ff6699. Color #f8738e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110011 10001110
Octal 370 163 216
Decimal 248 115 142
Hex F8 73 8E

RGB Percentages of Color #f8738e

%49.11
%22.77
%28.12

CMYK Percentages of Color #f8738e

%0
%54
%43
%3

Triadic Colors of #f8738e

#f8738e #8ef873 #738ef8

Analogous Colors of #f8738e

#f8738e #f89b73 #f873d1

Monochromatic Colors of #f8738e

#f8738e

Complementary Color

#f8738e #73f8dd

#f8738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8738e Color CSS Codes

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

#f8738e Text Font Color

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

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


#f8738e Background Color

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

This div background color is #f8738e


#f8738e Border Color

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

This div border color is #f8738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8738e


Comments

No comments written yet.

Please login to write comment.