Color Hex Logo

#f934ab Color Hex

#F934AB
(249,52,171)
0 Favorites   0 Comments

Color spaces of #f934ab

RGB 24952171
HSL0.900.940.59
HSV324°79°98°
CMYK 0.000.790.31   0.02
XYZ47.645625.536040.9458
Yxy25.53600.41750.2237
Hunter Lab50.533279.8672-12.6680
CIE-Lab57.594079.9744-17.4737

#f934ab color RGB value is (249,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 10101011
Octal 371 64 253
Decimal 249 52 171
Hex F9 34 AB

RGB Percentages of Color #f934ab

%52.75
%11.02
%36.23

CMYK Percentages of Color #f934ab

%0
%79
%31
%2

Triadic Colors of #f934ab

#f934ab #abf934 #34abf9

Analogous Colors of #f934ab

#f934ab #f93449 #e534f9

Monochromatic Colors of #f934ab

#f934ab

Complementary Color

#f934ab #34f982

#f934ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f934ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f934ab Color CSS Codes

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

#f934ab Text Font Color

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

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


#f934ab Background Color

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

This div background color is #f934ab


#f934ab Border Color

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

This div border color is #f934ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f934ab

Related Colors


Comments

No comments written yet.

Please login to write comment.