Color Hex Logo

#f8568e Color Hex

#F8568E
(248,86,142)
0 Favorites   0 Comments

Color spaces of #f8568e

RGB 24886142
HSL0.940.920.65
HSV339°65°97°
CMYK 0.000.650.43   0.03
XYZ46.921728.565028.6317
Yxy28.56500.45070.2744
Hunter Lab53.446263.17845.6501
CIE-Lab60.395865.87583.5845

#f8568e color RGB value is (248,86,142).

#f8568e hex color red value is 248, green value is 86 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f8568e hue: 0.94 , saturation: 0.92 and the lightness value of f8568e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 10001110
Octal 370 126 216
Decimal 248 86 142
Hex F8 56 8E

RGB Percentages of Color #f8568e

%52.10
%18.07
%29.83

CMYK Percentages of Color #f8568e

%0
%65
%43
%3

Triadic Colors of #f8568e

#f8568e #8ef856 #568ef8

Analogous Colors of #f8568e

#f8568e #f86f56 #f856df

Monochromatic Colors of #f8568e

#f8568e

Complementary Color

#f8568e #56f8c0

#f8568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8568e Color CSS Codes

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

#f8568e Text Font Color

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

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


#f8568e Background Color

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

This div background color is #f8568e


#f8568e Border Color

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

This div border color is #f8568e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,86,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 #f8568e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8568e


Comments

No comments written yet.

Please login to write comment.