Color Hex Logo

#f770cc Color Hex

#F770CC
(247,112,204)
0 Favorites   0 Comments

Color spaces of #f770cc

RGB 247112204
HSL0.890.890.70
HSV319°55°97°
CMYK 0.000.550.17   0.03
XYZ55.051035.722161.1203
Yxy35.72210.36240.2352
Hunter Lab59.768059.8186-18.7939
CIE-Lab66.307062.0135-23.0740

#f770cc color RGB value is (247,112,204).

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

The process color (four color CMYK) of #f770cc color hex is 0.00, 0.55, 0.17, 0.03. Web safe color of #f770cc is #ff66cc. Color #f770cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110000 11001100
Octal 367 160 314
Decimal 247 112 204
Hex F7 70 CC

RGB Percentages of Color #f770cc

%43.87
%19.89
%36.23

CMYK Percentages of Color #f770cc

%0
%55
%17
%3

Triadic Colors of #f770cc

#f770cc #ccf770 #70ccf7

Analogous Colors of #f770cc

#f770cc #f77089 #df70f7

Monochromatic Colors of #f770cc

#f770cc

Complementary Color

#f770cc #70f79b

#f770cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f770cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f770cc Color CSS Codes

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

#f770cc Text Font Color

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

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


#f770cc Background Color

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

This div background color is #f770cc


#f770cc Border Color

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

This div border color is #f770cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f770cc


Comments

No comments written yet.

Please login to write comment.