Color Hex Logo

#f86abc Color Hex

#F86ABC
(248,106,188)
0 Favorites   0 Comments

Color spaces of #f86abc

RGB 248106188
HSL0.900.910.69
HSV325°57°97°
CMYK 0.000.570.24   0.03
XYZ52.942533.895451.3290
Yxy33.89540.38320.2453
Hunter Lab58.219860.4355-11.5187
CIE-Lab64.879562.7763-16.2081

#f86abc color RGB value is (248,106,188).

#f86abc hex color red value is 248, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f86abc hue: 0.90 , saturation: 0.91 and the lightness value of f86abc is 0.69.

The process color (four color CMYK) of #f86abc color hex is 0.00, 0.57, 0.24, 0.03. Web safe color of #f86abc is #ff66cc. Color #f86abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 10111100
Octal 370 152 274
Decimal 248 106 188
Hex F8 6A BC

RGB Percentages of Color #f86abc

%45.76
%19.56
%34.69

CMYK Percentages of Color #f86abc

%0
%57
%24
%3

Triadic Colors of #f86abc

#f86abc #bcf86a #6abcf8

Analogous Colors of #f86abc

#f86abc #f86a75 #ed6af8

Monochromatic Colors of #f86abc

#f86abc

Complementary Color

#f86abc #6af8a6

#f86abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86abc Color CSS Codes

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

#f86abc Text Font Color

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

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


#f86abc Background Color

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

This div background color is #f86abc


#f86abc Border Color

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

This div border color is #f86abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86abc


Comments

No comments written yet.

Please login to write comment.