Color Hex Logo

#f854ba Color Hex

#F854BA
(248,84,186)
0 Favorites   0 Comments

Color spaces of #f854ba

RGB 24884186
HSL0.900.920.65
HSV323°66°97°
CMYK 0.000.660.25   0.03
XYZ50.744629.842349.5400
Yxy29.84230.39000.2293
Hunter Lab54.628170.2113-15.5280
CIE-Lab61.517971.4921-20.1740

#f854ba color RGB value is (248,84,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010100 10111010
Octal 370 124 272
Decimal 248 84 186
Hex F8 54 BA

RGB Percentages of Color #f854ba

%47.88
%16.22
%35.91

CMYK Percentages of Color #f854ba

%0
%66
%25
%3

Triadic Colors of #f854ba

#f854ba #baf854 #54baf8

Analogous Colors of #f854ba

#f854ba #f85468 #e454f8

Monochromatic Colors of #f854ba

#f854ba

Complementary Color

#f854ba #54f892

#f854ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f854ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f854ba Color CSS Codes

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

#f854ba Text Font Color

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

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


#f854ba Background Color

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

This div background color is #f854ba


#f854ba Border Color

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

This div border color is #f854ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f854ba


Comments

No comments written yet.

Please login to write comment.