Color Hex Logo

#f561cc Color Hex

#F561CC
(245,97,204)
0 Favorites   0 Comments

Color spaces of #f561cc

RGB 24597204
HSL0.880.880.67
HSV317°60°96°
CMYK 0.000.600.17   0.04
XYZ52.830032.321560.5810
Yxy32.32150.36250.2218
Hunter Lab56.852066.3810-23.3825
CIE-Lab63.607767.9664-27.2414

#f561cc color RGB value is (245,97,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 11001100
Octal 365 141 314
Decimal 245 97 204
Hex F5 61 CC

RGB Percentages of Color #f561cc

%44.87
%17.77
%37.36

CMYK Percentages of Color #f561cc

%0
%60
%17
%4

Triadic Colors of #f561cc

#f561cc #ccf561 #61ccf5

Analogous Colors of #f561cc

#f561cc #f56182 #d461f5

Monochromatic Colors of #f561cc

#f561cc

Complementary Color

#f561cc #61f58a

#f561cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f561cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f561cc Color CSS Codes

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

#f561cc Text Font Color

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

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


#f561cc Background Color

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

This div background color is #f561cc


#f561cc Border Color

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

This div border color is #f561cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f561cc


Comments

No comments written yet.

Please login to write comment.