Color Hex Logo

#f73baa Color Hex

#F73BAA
(247,59,170)
0 Favorites   0 Comments

Color spaces of #f73baa

RGB 24759170
HSL0.900.920.60
HSV325°76°97°
CMYK 0.000.760.31   0.03
XYZ47.177425.804440.5244
Yxy25.80440.41560.2273
Hunter Lab50.798076.8809-11.7403
CIE-Lab57.850977.5616-16.5337

#f73baa color RGB value is (247,59,170).

#f73baa hex color red value is 247, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f73baa hue: 0.90 , saturation: 0.92 and the lightness value of f73baa is 0.60.

The process color (four color CMYK) of #f73baa color hex is 0.00, 0.76, 0.31, 0.03. Web safe color of #f73baa is #ff3399. Color #f73baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111011 10101010
Octal 367 73 252
Decimal 247 59 170
Hex F7 3B AA

RGB Percentages of Color #f73baa

%51.89
%12.39
%35.71

CMYK Percentages of Color #f73baa

%0
%76
%31
%3

Triadic Colors of #f73baa

#f73baa #aaf73b #3baaf7

Analogous Colors of #f73baa

#f73baa #f73b4c #e63bf7

Monochromatic Colors of #f73baa

#f73baa

Complementary Color

#f73baa #3bf788

#f73baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73baa Color CSS Codes

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

#f73baa Text Font Color

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

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


#f73baa Background Color

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

This div background color is #f73baa


#f73baa Border Color

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

This div border color is #f73baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,59,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f73baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f73baa;
  -webkit-box-shadow: 1px 1px 3px 2px #f73baa;
  box-shadow:         1px 1px 3px 2px #f73baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73baa


Comments

No comments written yet.

Please login to write comment.