Color Hex Logo

#f85bdb Color Hex

#F85BDB
(248,91,219)
0 Favorites   0 Comments

Color spaces of #f85bdb

RGB 24891219
HSL0.860.920.66
HSV311°63°97°
CMYK 0.000.630.12   0.03
XYZ55.238732.553170.3898
Yxy32.55310.34920.2058
Hunter Lab57.055372.9698-33.2080
CIE-Lab63.797473.3040-35.3521

#f85bdb color RGB value is (248,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011011 11011011
Octal 370 133 333
Decimal 248 91 219
Hex F8 5B DB

RGB Percentages of Color #f85bdb

%44.44
%16.31
%39.25

CMYK Percentages of Color #f85bdb

%0
%63
%12
%3

Triadic Colors of #f85bdb

#f85bdb #dbf85b #5bdbf8

Analogous Colors of #f85bdb

#f85bdb #f85b8d #c75bf8

Monochromatic Colors of #f85bdb

#f85bdb

Complementary Color

#f85bdb #5bf878

#f85bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85bdb Color CSS Codes

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

#f85bdb Text Font Color

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

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


#f85bdb Background Color

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

This div background color is #f85bdb


#f85bdb Border Color

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

This div border color is #f85bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85bdb


Comments

No comments written yet.

Please login to write comment.