Color Hex Logo

#f9328f Color Hex

#F9328F
(249,50,143)
0 Favorites   0 Comments

Color spaces of #f9328f

RGB 24950143
HSL0.920.940.59
HSV332°80°98°
CMYK 0.000.800.43   0.02
XYZ45.165424.404128.3166
Yxy24.40410.46140.2493
Hunter Lab49.400576.74630.5951
CIE-Lab56.490177.7173-2.6776

#f9328f color RGB value is (249,50,143).

#f9328f hex color red value is 249, green value is 50 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f9328f hue: 0.92 , saturation: 0.94 and the lightness value of f9328f is 0.59.

The process color (four color CMYK) of #f9328f color hex is 0.00, 0.80, 0.43, 0.02. Web safe color of #f9328f is #ff3399. Color #f9328f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 10001111
Octal 371 62 217
Decimal 249 50 143
Hex F9 32 8F

RGB Percentages of Color #f9328f

%56.33
%11.31
%32.35

CMYK Percentages of Color #f9328f

%0
%80
%43
%2

Triadic Colors of #f9328f

#f9328f #8ff932 #328ff9

Analogous Colors of #f9328f

#f9328f #f93832 #f932f3

Monochromatic Colors of #f9328f

#f9328f

Complementary Color

#f9328f #32f99c

#f9328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9328f Color CSS Codes

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

#f9328f Text Font Color

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

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


#f9328f Background Color

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

This div background color is #f9328f


#f9328f Border Color

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

This div border color is #f9328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9328f


Comments

No comments written yet.

Please login to write comment.