Color Hex Logo

#f9427b Color Hex

#F9427B
(249,66,123)
0 Favorites   0 Comments

Color spaces of #f9427b

RGB 24966123
HSL0.950.940.62
HSV341°73°98°
CMYK 0.000.730.51   0.02
XYZ44.590325.466221.3042
Yxy25.46620.48810.2787
Hunter Lab50.464069.411510.2946
CIE-Lab57.526971.585510.6617

#f9427b color RGB value is (249,66,123).

#f9427b hex color red value is 249, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f9427b hue: 0.95 , saturation: 0.94 and the lightness value of f9427b is 0.62.

The process color (four color CMYK) of #f9427b color hex is 0.00, 0.73, 0.51, 0.02. Web safe color of #f9427b is #ff3366. Color #f9427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 01111011
Octal 371 102 173
Decimal 249 66 123
Hex F9 42 7B

RGB Percentages of Color #f9427b

%56.85
%15.07
%28.08

CMYK Percentages of Color #f9427b

%0
%73
%51
%2

Triadic Colors of #f9427b

#f9427b #7bf942 #427bf9

Analogous Colors of #f9427b

#f9427b #f96542 #f942d7

Monochromatic Colors of #f9427b

#f9427b

Complementary Color

#f9427b #42f9c0

#f9427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9427b Color CSS Codes

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

#f9427b Text Font Color

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

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


#f9427b Background Color

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

This div background color is #f9427b


#f9427b Border Color

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

This div border color is #f9427b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,66,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 #f9427b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9427b

Related Colors


Comments

No comments written yet.

Please login to write comment.