Color Hex Logo

#f86dbe Color Hex

#F86DBE
(248,109,190)
0 Favorites   0 Comments

Color spaces of #f86dbe

RGB 248109190
HSL0.900.910.70
HSV325°56°97°
CMYK 0.000.560.23   0.03
XYZ53.474334.611452.5775
Yxy34.61140.38020.2461
Hunter Lab58.831559.2909-11.8053
CIE-Lab65.445061.7116-16.4849

#f86dbe color RGB value is (248,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101101 10111110
Octal 370 155 276
Decimal 248 109 190
Hex F8 6D BE

RGB Percentages of Color #f86dbe

%45.34
%19.93
%34.73

CMYK Percentages of Color #f86dbe

%0
%56
%23
%3

Triadic Colors of #f86dbe

#f86dbe #bef86d #6dbef8

Analogous Colors of #f86dbe

#f86dbe #f86d79 #ed6df8

Monochromatic Colors of #f86dbe

#f86dbe

Complementary Color

#f86dbe #6df8a7

#f86dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86dbe Color CSS Codes

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

#f86dbe Text Font Color

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

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


#f86dbe Background Color

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

This div background color is #f86dbe


#f86dbe Border Color

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

This div border color is #f86dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86dbe

Related Colors


Comments

No comments written yet.

Please login to write comment.