Color Hex Logo

#f86fb3 Color Hex

#F86FB3
(248,111,179)
0 Favorites   0 Comments

Color spaces of #f86fb3

RGB 248111179
HSL0.920.910.70
HSV330°55°97°
CMYK 0.000.550.28   0.03
XYZ52.532534.580046.5537
Yxy34.58000.39300.2587
Hunter Lab58.804856.5524-5.7745
CIE-Lab65.420459.3802-10.2905

#f86fb3 color RGB value is (248,111,179).

#f86fb3 hex color red value is 248, green value is 111 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #f86fb3 hue: 0.92 , saturation: 0.91 and the lightness value of f86fb3 is 0.70.

The process color (four color CMYK) of #f86fb3 color hex is 0.00, 0.55, 0.28, 0.03. Web safe color of #f86fb3 is #ff66cc. Color #f86fb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101111 10110011
Octal 370 157 263
Decimal 248 111 179
Hex F8 6F B3

RGB Percentages of Color #f86fb3

%46.10
%20.63
%33.27

CMYK Percentages of Color #f86fb3

%0
%55
%28
%3

Triadic Colors of #f86fb3

#f86fb3 #b3f86f #6fb3f8

Analogous Colors of #f86fb3

#f86fb3 #f8706f #f86ff8

Monochromatic Colors of #f86fb3

#f86fb3

Complementary Color

#f86fb3 #6ff8b4

#f86fb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86fb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86fb3 Color CSS Codes

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

#f86fb3 Text Font Color

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

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


#f86fb3 Background Color

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

This div background color is #f86fb3


#f86fb3 Border Color

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

This div border color is #f86fb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86fb3


Comments

No comments written yet.

Please login to write comment.