Color Hex Logo

#f86ade Color Hex

#F86ADE
(248,106,222)
0 Favorites   0 Comments

Color spaces of #f86ade

RGB 248106222
HSL0.860.910.69
HSV311°57°97°
CMYK 0.000.570.10   0.03
XYZ57.050235.538572.9600
Yxy35.53850.34460.2147
Hunter Lab59.614266.4980-30.8333
CIE-Lab66.165867.6077-33.3484

#f86ade color RGB value is (248,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 11011110
Octal 370 152 336
Decimal 248 106 222
Hex F8 6A DE

RGB Percentages of Color #f86ade

%43.06
%18.40
%38.54

CMYK Percentages of Color #f86ade

%0
%57
%10
%3

Triadic Colors of #f86ade

#f86ade #def86a #6adef8

Analogous Colors of #f86ade

#f86ade #f86a97 #cb6af8

Monochromatic Colors of #f86ade

#f86ade

Complementary Color

#f86ade #6af884

#f86ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86ade Color CSS Codes

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

#f86ade Text Font Color

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

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


#f86ade Background Color

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

This div background color is #f86ade


#f86ade Border Color

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

This div border color is #f86ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86ade


Comments

No comments written yet.

Please login to write comment.