Color Hex Logo

#f932ab Color Hex

#F932AB
(249,50,171)
0 Favorites   0 Comments

Color spaces of #f932ab

RGB 24950171
HSL0.900.940.59
HSV324°80°98°
CMYK 0.000.800.31   0.02
XYZ47.558225.361240.9167
Yxy25.36120.41780.2228
Hunter Lab50.359980.4396-12.9203
CIE-Lab57.425780.4569-17.7297

#f932ab color RGB value is (249,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 10101011
Octal 371 62 253
Decimal 249 50 171
Hex F9 32 AB

RGB Percentages of Color #f932ab

%52.98
%10.64
%36.38

CMYK Percentages of Color #f932ab

%0
%80
%31
%2

Triadic Colors of #f932ab

#f932ab #abf932 #32abf9

Analogous Colors of #f932ab

#f932ab #f93248 #e432f9

Monochromatic Colors of #f932ab

#f932ab

Complementary Color

#f932ab #32f980

#f932ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f932ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f932ab Color CSS Codes

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

#f932ab Text Font Color

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

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


#f932ab Background Color

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

This div background color is #f932ab


#f932ab Border Color

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

This div border color is #f932ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f932ab

Related Colors


Comments

No comments written yet.

Please login to write comment.