Color Hex Logo

#f73aae Color Hex

#F73AAE
(247,58,174)
0 Favorites   0 Comments

Color spaces of #f73aae

RGB 24758174
HSL0.900.920.60
HSV323°77°97°
CMYK 0.000.770.30   0.03
XYZ47.510825.856342.5311
Yxy25.85630.40990.2231
Hunter Lab50.849177.7954-13.9969
CIE-Lab57.900478.2787-18.7849

#f73aae color RGB value is (247,58,174).

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

The process color (four color CMYK) of #f73aae color hex is 0.00, 0.77, 0.30, 0.03. Web safe color of #f73aae is #ff3399. Color #f73aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111010 10101110
Octal 367 72 256
Decimal 247 58 174
Hex F7 3A AE

RGB Percentages of Color #f73aae

%51.57
%12.11
%36.33

CMYK Percentages of Color #f73aae

%0
%77
%30
%3

Triadic Colors of #f73aae

#f73aae #aef73a #3aaef7

Analogous Colors of #f73aae

#f73aae #f73a4f #e23af7

Monochromatic Colors of #f73aae

#f73aae

Complementary Color

#f73aae #3af783

#f73aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73aae Color CSS Codes

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

#f73aae Text Font Color

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

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


#f73aae Background Color

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

This div background color is #f73aae


#f73aae Border Color

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

This div border color is #f73aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73aae


Comments

No comments written yet.

Please login to write comment.