Color Hex Logo

#f774ae Color Hex

#F774AE
(247,116,174)
0 Favorites   0 Comments

Color spaces of #f774ae

RGB 247116174
HSL0.930.890.71
HSV333°53°97°
CMYK 0.000.530.30   0.03
XYZ52.243135.320944.1085
Yxy35.32090.39680.2682
Hunter Lab59.431452.9053-2.4016
CIE-Lab65.997756.1365-6.6095

#f774ae color RGB value is (247,116,174).

#f774ae hex color red value is 247, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f774ae hue: 0.93 , saturation: 0.89 and the lightness value of f774ae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110100 10101110
Octal 367 164 256
Decimal 247 116 174
Hex F7 74 AE

RGB Percentages of Color #f774ae

%46.00
%21.60
%32.40

CMYK Percentages of Color #f774ae

%0
%53
%30
%3

Triadic Colors of #f774ae

#f774ae #aef774 #74aef7

Analogous Colors of #f774ae

#f774ae #f77c74 #f774f0

Monochromatic Colors of #f774ae

#f774ae

Complementary Color

#f774ae #74f7bd

#f774ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f774ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f774ae Color CSS Codes

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

#f774ae Text Font Color

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

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


#f774ae Background Color

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

This div background color is #f774ae


#f774ae Border Color

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

This div border color is #f774ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f774ae


Comments

No comments written yet.

Please login to write comment.