Color Hex Logo

#f864bf Color Hex

#F864BF
(248,100,191)
0 Favorites   0 Comments

Color spaces of #f864bf

RGB 248100191
HSL0.900.910.68
HSV323°60°97°
CMYK 0.000.600.23   0.03
XYZ52.672532.832452.8513
Yxy32.83240.38070.2373
Hunter Lab57.299663.8115-14.5775
CIE-Lab64.025065.7589-19.2052

#f864bf color RGB value is (248,100,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100100 10111111
Octal 370 144 277
Decimal 248 100 191
Hex F8 64 BF

RGB Percentages of Color #f864bf

%46.01
%18.55
%35.44

CMYK Percentages of Color #f864bf

%0
%60
%23
%3

Triadic Colors of #f864bf

#f864bf #bff864 #64bff8

Analogous Colors of #f864bf

#f864bf #f86475 #e764f8

Monochromatic Colors of #f864bf

#f864bf

Complementary Color

#f864bf #64f89d

#f864bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f864bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f864bf Color CSS Codes

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

#f864bf Text Font Color

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

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


#f864bf Background Color

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

This div background color is #f864bf


#f864bf Border Color

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

This div border color is #f864bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f864bf


Comments

No comments written yet.

Please login to write comment.