Color Hex Logo

#f770ae Color Hex

#F770AE
(247,112,174)
0 Favorites   0 Comments

Color spaces of #f770ae

RGB 247112174
HSL0.920.890.70
HSV332°55°97°
CMYK 0.000.550.30   0.03
XYZ51.791934.418543.9581
Yxy34.41850.39790.2644
Hunter Lab58.667354.9133-3.3576
CIE-Lab65.293457.9900-7.6555

#f770ae color RGB value is (247,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110000 10101110
Octal 367 160 256
Decimal 247 112 174
Hex F7 70 AE

RGB Percentages of Color #f770ae

%46.34
%21.01
%32.65

CMYK Percentages of Color #f770ae

%0
%55
%30
%3

Triadic Colors of #f770ae

#f770ae #aef770 #70aef7

Analogous Colors of #f770ae

#f770ae #f77670 #f770f2

Monochromatic Colors of #f770ae

#f770ae

Complementary Color

#f770ae #70f7b9

#f770ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f770ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f770ae Color CSS Codes

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

#f770ae Text Font Color

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

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


#f770ae Background Color

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

This div background color is #f770ae


#f770ae Border Color

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

This div border color is #f770ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f770ae


Comments

No comments written yet.

Please login to write comment.