Color Hex Logo

#f86bdf Color Hex

#F86BDF
(248,107,223)
0 Favorites   0 Comments

Color spaces of #f86bdf

RGB 248107223
HSL0.860.910.70
HSV311°57°97°
CMYK 0.000.570.10   0.03
XYZ57.288435.799673.7026
Yxy35.79960.34350.2146
Hunter Lab59.832866.2020-31.1511
CIE-Lab66.366567.3286-33.5940

#f86bdf color RGB value is (248,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101011 11011111
Octal 370 153 337
Decimal 248 107 223
Hex F8 6B DF

RGB Percentages of Color #f86bdf

%42.91
%18.51
%38.58

CMYK Percentages of Color #f86bdf

%0
%57
%10
%3

Triadic Colors of #f86bdf

#f86bdf #dff86b #6bdff8

Analogous Colors of #f86bdf

#f86bdf #f86b99 #cb6bf8

Monochromatic Colors of #f86bdf

#f86bdf

Complementary Color

#f86bdf #6bf884

#f86bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86bdf Color CSS Codes

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

#f86bdf Text Font Color

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

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


#f86bdf Background Color

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

This div background color is #f86bdf


#f86bdf Border Color

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

This div border color is #f86bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86bdf


Comments

No comments written yet.

Please login to write comment.