Color Hex Logo

#f86cde Color Hex

#F86CDE
(248,108,222)
0 Favorites   0 Comments

Color spaces of #f86cde

RGB 248108222
HSL0.860.910.70
HSV311°56°97°
CMYK 0.000.560.10   0.03
XYZ57.258835.955573.0295
Yxy35.95550.34440.2163
Hunter Lab59.962965.5152-30.2359
CIE-Lab66.485966.7413-32.8520

#f86cde color RGB value is (248,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101100 11011110
Octal 370 154 336
Decimal 248 108 222
Hex F8 6C DE

RGB Percentages of Color #f86cde

%42.91
%18.69
%38.41

CMYK Percentages of Color #f86cde

%0
%56
%10
%3

Triadic Colors of #f86cde

#f86cde #def86c #6cdef8

Analogous Colors of #f86cde

#f86cde #f86c98 #cc6cf8

Monochromatic Colors of #f86cde

#f86cde

Complementary Color

#f86cde #6cf886

#f86cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86cde Color CSS Codes

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

#f86cde Text Font Color

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

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


#f86cde Background Color

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

This div background color is #f86cde


#f86cde Border Color

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

This div border color is #f86cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86cde


Comments

No comments written yet.

Please login to write comment.