Color Hex Logo

#f85bed Color Hex

#F85BED
(248,91,237)
0 Favorites   0 Comments

Color spaces of #f85bed

RGB 24891237
HSL0.850.920.66
HSV304°63°97°
CMYK 0.000.630.04   0.03
XYZ57.738533.553183.5540
Yxy33.55310.33020.1919
Hunter Lab57.925076.5564-44.9754
CIE-Lab64.606376.0191-44.1282

#f85bed color RGB value is (248,91,237).

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

The process color (four color CMYK) of #f85bed color hex is 0.00, 0.63, 0.04, 0.03. Web safe color of #f85bed is #ff66ff. Color #f85bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011011 11101101
Octal 370 133 355
Decimal 248 91 237
Hex F8 5B ED

RGB Percentages of Color #f85bed

%43.06
%15.80
%41.15

CMYK Percentages of Color #f85bed

%0
%63
%4
%3

Triadic Colors of #f85bed

#f85bed #edf85b #5bedf8

Analogous Colors of #f85bed

#f85bed #f85b9f #b55bf8

Monochromatic Colors of #f85bed

#f85bed

Complementary Color

#f85bed #5bf866

#f85bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85bed Color CSS Codes

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

#f85bed Text Font Color

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

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


#f85bed Background Color

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

This div background color is #f85bed


#f85bed Border Color

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

This div border color is #f85bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85bed


Comments

No comments written yet.

Please login to write comment.