Color Hex Logo

#f86adf Color Hex

#F86ADF
(248,106,223)
0 Favorites   0 Comments

Color spaces of #f86adf

RGB 248106223
HSL0.860.910.69
HSV311°57°97°
CMYK 0.000.570.10   0.03
XYZ57.184735.592273.6681
Yxy35.59220.34360.2138
Hunter Lab59.659266.6927-31.4508
CIE-Lab66.207267.7606-33.8414

#f86adf color RGB value is (248,106,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 11011111
Octal 370 152 337
Decimal 248 106 223
Hex F8 6A DF

RGB Percentages of Color #f86adf

%42.98
%18.37
%38.65

CMYK Percentages of Color #f86adf

%0
%57
%10
%3

Triadic Colors of #f86adf

#f86adf #dff86a #6adff8

Analogous Colors of #f86adf

#f86adf #f86a98 #ca6af8

Monochromatic Colors of #f86adf

#f86adf

Complementary Color

#f86adf #6af883

#f86adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86adf Color CSS Codes

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

#f86adf Text Font Color

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

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


#f86adf Background Color

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

This div background color is #f86adf


#f86adf Border Color

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

This div border color is #f86adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86adf


Comments

No comments written yet.

Please login to write comment.