Color Hex Logo

#f8509d Color Hex

#F8509D
(248,80,157)
0 Favorites   0 Comments

Color spaces of #f8509d

RGB 24880157
HSL0.920.920.64
HSV333°68°97°
CMYK 0.000.680.37   0.03
XYZ47.665928.128134.8153
Yxy28.12810.43090.2543
Hunter Lab53.035967.6135-1.7956
CIE-Lab60.004369.6415-5.7205

#f8509d color RGB value is (248,80,157).

#f8509d hex color red value is 248, green value is 80 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f8509d hue: 0.92 , saturation: 0.92 and the lightness value of f8509d is 0.64.

The process color (four color CMYK) of #f8509d color hex is 0.00, 0.68, 0.37, 0.03. Web safe color of #f8509d is #ff6699. Color #f8509d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010000 10011101
Octal 370 120 235
Decimal 248 80 157
Hex F8 50 9D

RGB Percentages of Color #f8509d

%51.13
%16.49
%32.37

CMYK Percentages of Color #f8509d

%0
%68
%37
%3

Triadic Colors of #f8509d

#f8509d #9df850 #509df8

Analogous Colors of #f8509d

#f8509d #f85750 #f850f1

Monochromatic Colors of #f8509d

#f8509d

Complementary Color

#f8509d #50f8ab

#f8509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8509d Color CSS Codes

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

#f8509d Text Font Color

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

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


#f8509d Background Color

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

This div background color is #f8509d


#f8509d Border Color

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

This div border color is #f8509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8509d

Related Colors


Comments

No comments written yet.

Please login to write comment.