Color Hex Logo

#f9027b Color Hex

#F9027B
(249,2,123)
0 Favorites   0 Comments

Color spaces of #f9027b

RGB 2492123
HSL0.920.980.49
HSV331°99°98°
CMYK 0.000.990.51   0.02
XYZ42.663821.613220.6620
Yxy21.61320.50230.2545
Hunter Lab46.490082.45176.1922
CIE-Lab53.614282.77285.0943

#f9027b color RGB value is (249,2,123).

#f9027b hex color red value is 249, green value is 2 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f9027b hue: 0.92 , saturation: 0.98 and the lightness value of f9027b is 0.49.

The process color (four color CMYK) of #f9027b color hex is 0.00, 0.99, 0.51, 0.02. Web safe color of #f9027b is #ff0066. Color #f9027b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 01111011
Octal 371 2 173
Decimal 249 2 123
Hex F9 2 7B

RGB Percentages of Color #f9027b

%66.58
%0.53
%32.89

CMYK Percentages of Color #f9027b

%0
%99
%51
%2

Triadic Colors of #f9027b

#f9027b #7bf902 #027bf9

Analogous Colors of #f9027b

#f9027b #f90402 #f902f7

Monochromatic Colors of #f9027b

#f9027b

Complementary Color

#f9027b #02f980

#f9027b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9027b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9027b Color CSS Codes

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

#f9027b Text Font Color

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

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


#f9027b Background Color

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

This div background color is #f9027b


#f9027b Border Color

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

This div border color is #f9027b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9027b


Comments

No comments written yet.

Please login to write comment.