Color Hex Logo

#f8468b Color Hex

#F8468B
(248,70,139)
0 Favorites   0 Comments

Color spaces of #f8468b

RGB 24870139
HSL0.940.930.62
HSV337°72°97°
CMYK 0.000.720.44   0.03
XYZ45.561826.200927.0820
Yxy26.20090.46090.2651
Hunter Lab51.186869.30744.4615
CIE-Lab58.227371.36782.2004

#f8468b color RGB value is (248,70,139).

#f8468b hex color red value is 248, green value is 70 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #f8468b hue: 0.94 , saturation: 0.93 and the lightness value of f8468b is 0.62.

The process color (four color CMYK) of #f8468b color hex is 0.00, 0.72, 0.44, 0.03. Web safe color of #f8468b is #ff3399. Color #f8468b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000110 10001011
Octal 370 106 213
Decimal 248 70 139
Hex F8 46 8B

RGB Percentages of Color #f8468b

%54.27
%15.32
%30.42

CMYK Percentages of Color #f8468b

%0
%72
%44
%3

Triadic Colors of #f8468b

#f8468b #8bf846 #468bf8

Analogous Colors of #f8468b

#f8468b #f85a46 #f846e4

Monochromatic Colors of #f8468b

#f8468b

Complementary Color

#f8468b #46f8b3

#f8468b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8468b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8468b Color CSS Codes

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

#f8468b Text Font Color

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

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


#f8468b Background Color

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

This div background color is #f8468b


#f8468b Border Color

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

This div border color is #f8468b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8468b


Comments

No comments written yet.

Please login to write comment.