Color Hex Logo

#f85bda Color Hex

#F85BDA
(248,91,218)
0 Favorites   0 Comments

Color spaces of #f85bda

RGB 24891218
HSL0.870.920.66
HSV311°63°97°
CMYK 0.000.630.12   0.03
XYZ55.107432.500669.6984
Yxy32.50060.35030.2066
Hunter Lab57.009372.7788-32.5802
CIE-Lab63.754573.1581-34.8580

#f85bda color RGB value is (248,91,218).

#f85bda hex color red value is 248, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f85bda hue: 0.87 , saturation: 0.92 and the lightness value of f85bda is 0.66.

The process color (four color CMYK) of #f85bda color hex is 0.00, 0.63, 0.12, 0.03. Web safe color of #f85bda is #ff66cc. Color #f85bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011011 11011010
Octal 370 133 332
Decimal 248 91 218
Hex F8 5B DA

RGB Percentages of Color #f85bda

%44.52
%16.34
%39.14

CMYK Percentages of Color #f85bda

%0
%63
%12
%3

Triadic Colors of #f85bda

#f85bda #daf85b #5bdaf8

Analogous Colors of #f85bda

#f85bda #f85b8c #c85bf8

Monochromatic Colors of #f85bda

#f85bda

Complementary Color

#f85bda #5bf879

#f85bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85bda Color CSS Codes

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

#f85bda Text Font Color

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

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


#f85bda Background Color

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

This div background color is #f85bda


#f85bda Border Color

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

This div border color is #f85bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85bda

Related Colors


Comments

No comments written yet.

Please login to write comment.