Color Hex Logo

#f9087d Color Hex

#F9087D
(249,8,125)
0 Favorites   0 Comments

Color spaces of #f9087d

RGB 2498125
HSL0.920.950.50
HSV331°97°98°
CMYK 0.000.970.50   0.02
XYZ42.855421.794121.3500
Yxy21.79410.49830.2534
Hunter Lab46.684282.16325.5639
CIE-Lab53.807982.51024.1665

#f9087d color RGB value is (249,8,125).

#f9087d hex color red value is 249, green value is 8 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f9087d hue: 0.92 , saturation: 0.95 and the lightness value of f9087d is 0.50.

The process color (four color CMYK) of #f9087d color hex is 0.00, 0.97, 0.50, 0.02. Web safe color of #f9087d is #ff0066. Color #f9087d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001000 01111101
Octal 371 10 175
Decimal 249 8 125
Hex F9 8 7D

RGB Percentages of Color #f9087d

%65.18
%2.09
%32.72

CMYK Percentages of Color #f9087d

%0
%97
%50
%2

Triadic Colors of #f9087d

#f9087d #7df908 #087df9

Analogous Colors of #f9087d

#f9087d #f90c08 #f908f6

Monochromatic Colors of #f9087d

#f9087d

Complementary Color

#f9087d #08f984

#f9087d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9087d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9087d Color CSS Codes

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

#f9087d Text Font Color

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

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


#f9087d Background Color

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

This div background color is #f9087d


#f9087d Border Color

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

This div border color is #f9087d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,8,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9087d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9087d;
  -webkit-box-shadow: 1px 1px 3px 2px #f9087d;
  box-shadow:         1px 1px 3px 2px #f9087d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,8,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9087d


Comments

No comments written yet.

Please login to write comment.