Color Hex Logo

#f568cc Color Hex

#F568CC
(245,104,204)
0 Favorites   0 Comments

Color spaces of #f568cc

RGB 245104204
HSL0.880.880.68
HSV317°58°96°
CMYK 0.000.580.17   0.04
XYZ53.505633.672760.8062
Yxy33.67270.36160.2275
Hunter Lab58.028263.0388-21.5087
CIE-Lab64.701964.9949-25.5583

#f568cc color RGB value is (245,104,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101000 11001100
Octal 365 150 314
Decimal 245 104 204
Hex F5 68 CC

RGB Percentages of Color #f568cc

%44.30
%18.81
%36.89

CMYK Percentages of Color #f568cc

%0
%58
%17
%4

Triadic Colors of #f568cc

#f568cc #ccf568 #68ccf5

Analogous Colors of #f568cc

#f568cc #f56886 #d868f5

Monochromatic Colors of #f568cc

#f568cc

Complementary Color

#f568cc #68f591

#f568cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f568cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f568cc Color CSS Codes

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

#f568cc Text Font Color

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

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


#f568cc Background Color

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

This div background color is #f568cc


#f568cc Border Color

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

This div border color is #f568cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f568cc

Related Colors


Comments

No comments written yet.

Please login to write comment.