Color Hex Logo

#f855ba Color Hex

#F855BA
(248,85,186)
0 Favorites   0 Comments

Color spaces of #f855ba

RGB 24885186
HSL0.900.920.65
HSV323°66°97°
CMYK 0.000.660.25   0.03
XYZ50.822829.998649.5660
Yxy29.99860.38980.2301
Hunter Lab54.771069.7836-15.3159
CIE-Lab61.653071.1180-19.9680

#f855ba color RGB value is (248,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010101 10111010
Octal 370 125 272
Decimal 248 85 186
Hex F8 55 BA

RGB Percentages of Color #f855ba

%47.78
%16.38
%35.84

CMYK Percentages of Color #f855ba

%0
%66
%25
%3

Triadic Colors of #f855ba

#f855ba #baf855 #55baf8

Analogous Colors of #f855ba

#f855ba #f85569 #e555f8

Monochromatic Colors of #f855ba

#f855ba

Complementary Color

#f855ba #55f893

#f855ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f855ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f855ba Color CSS Codes

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

#f855ba Text Font Color

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

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


#f855ba Background Color

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

This div background color is #f855ba


#f855ba Border Color

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

This div border color is #f855ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f855ba


Comments

No comments written yet.

Please login to write comment.