Color Hex Logo

#f76aae Color Hex

#F76AAE
(247,106,174)
0 Favorites   0 Comments

Color spaces of #f76aae

RGB 247106174
HSL0.920.900.69
HSV331°57°97°
CMYK 0.000.570.30   0.03
XYZ51.151833.138243.7447
Yxy33.13820.39950.2588
Hunter Lab57.565857.8714-4.7589
CIE-Lab64.272760.7003-9.1758

#f76aae color RGB value is (247,106,174).

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

The process color (four color CMYK) of #f76aae color hex is 0.00, 0.57, 0.30, 0.03. Web safe color of #f76aae is #ff6699. Color #f76aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101010 10101110
Octal 367 152 256
Decimal 247 106 174
Hex F7 6A AE

RGB Percentages of Color #f76aae

%46.87
%20.11
%33.02

CMYK Percentages of Color #f76aae

%0
%57
%30
%3

Triadic Colors of #f76aae

#f76aae #aef76a #6aaef7

Analogous Colors of #f76aae

#f76aae #f76d6a #f76af5

Monochromatic Colors of #f76aae

#f76aae

Complementary Color

#f76aae #6af7b3

#f76aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76aae Color CSS Codes

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

#f76aae Text Font Color

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

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


#f76aae Background Color

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

This div background color is #f76aae


#f76aae Border Color

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

This div border color is #f76aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76aae

Related Colors


Comments

No comments written yet.

Please login to write comment.