Color Hex Logo

#f8568b Color Hex

#F8568B
(248,86,139)
0 Favorites   0 Comments

Color spaces of #f8568b

RGB 24886139
HSL0.950.920.65
HSV340°65°97°
CMYK 0.000.650.44   0.03
XYZ46.699428.476127.4612
Yxy28.47610.45500.2774
Hunter Lab53.363062.82496.8428
CIE-Lab60.316465.59275.2181

#f8568b color RGB value is (248,86,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 10001011
Octal 370 126 213
Decimal 248 86 139
Hex F8 56 8B

RGB Percentages of Color #f8568b

%52.43
%18.18
%29.39

CMYK Percentages of Color #f8568b

%0
%65
%44
%3

Triadic Colors of #f8568b

#f8568b #8bf856 #568bf8

Analogous Colors of #f8568b

#f8568b #f87256 #f856dc

Monochromatic Colors of #f8568b

#f8568b

Complementary Color

#f8568b #56f8c3

#f8568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8568b Color CSS Codes

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

#f8568b Text Font Color

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

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


#f8568b Background Color

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

This div background color is #f8568b


#f8568b Border Color

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

This div border color is #f8568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8568b


Comments

No comments written yet.

Please login to write comment.