Color Hex Logo

#f768cc Color Hex

#F768CC
(247,104,204)
0 Favorites   0 Comments

Color spaces of #f768cc

RGB 247104204
HSL0.880.900.69
HSV318°58°97°
CMYK 0.000.580.17   0.03
XYZ54.207234.034460.8390
Yxy34.03440.36360.2283
Hunter Lab58.339063.7646-20.9934
CIE-Lab64.989965.5505-25.0915

#f768cc color RGB value is (247,104,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 11001100
Octal 367 150 314
Decimal 247 104 204
Hex F7 68 CC

RGB Percentages of Color #f768cc

%44.50
%18.74
%36.76

CMYK Percentages of Color #f768cc

%0
%58
%17
%3

Triadic Colors of #f768cc

#f768cc #ccf768 #68ccf7

Analogous Colors of #f768cc

#f768cc #f76885 #db68f7

Monochromatic Colors of #f768cc

#f768cc

Complementary Color

#f768cc #68f793

#f768cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768cc Color CSS Codes

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

#f768cc Text Font Color

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

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


#f768cc Background Color

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

This div background color is #f768cc


#f768cc Border Color

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

This div border color is #f768cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768cc


Comments

No comments written yet.

Please login to write comment.