Color Hex Logo

#f854bf Color Hex

#F854BF
(248,84,191)
0 Favorites   0 Comments

Color spaces of #f854bf

RGB 24884191
HSL0.890.920.65
HSV321°66°97°
CMYK 0.000.660.23   0.03
XYZ51.285730.058752.3891
Yxy30.05870.38350.2248
Hunter Lab54.825871.0290-18.2768
CIE-Lab61.704872.1230-22.7459

#f854bf color RGB value is (248,84,191).

#f854bf hex color red value is 248, green value is 84 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f854bf hue: 0.89 , saturation: 0.92 and the lightness value of f854bf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010100 10111111
Octal 370 124 277
Decimal 248 84 191
Hex F8 54 BF

RGB Percentages of Color #f854bf

%47.42
%16.06
%36.52

CMYK Percentages of Color #f854bf

%0
%66
%23
%3

Triadic Colors of #f854bf

#f854bf #bff854 #54bff8

Analogous Colors of #f854bf

#f854bf #f8546d #df54f8

Monochromatic Colors of #f854bf

#f854bf

Complementary Color

#f854bf #54f88d

#f854bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f854bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f854bf Color CSS Codes

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

#f854bf Text Font Color

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

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


#f854bf Background Color

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

This div background color is #f854bf


#f854bf Border Color

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

This div border color is #f854bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f854bf


Comments

No comments written yet.

Please login to write comment.