Color Hex Logo

#f561cd Color Hex

#F561CD
(245,97,205)
0 Favorites   0 Comments

Color spaces of #f561cd

RGB 24597205
HSL0.880.880.67
HSV316°60°96°
CMYK 0.000.600.16   0.04
XYZ52.950332.369661.2148
Yxy32.36960.36130.2209
Hunter Lab56.894366.5611-23.9664
CIE-Lab63.647268.1081-27.7450

#f561cd color RGB value is (245,97,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 11001101
Octal 365 141 315
Decimal 245 97 205
Hex F5 61 CD

RGB Percentages of Color #f561cd

%44.79
%17.73
%37.48

CMYK Percentages of Color #f561cd

%0
%60
%16
%4

Triadic Colors of #f561cd

#f561cd #cdf561 #61cdf5

Analogous Colors of #f561cd

#f561cd #f56183 #d361f5

Monochromatic Colors of #f561cd

#f561cd

Complementary Color

#f561cd #61f589

#f561cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f561cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f561cd Color CSS Codes

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

#f561cd Text Font Color

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

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


#f561cd Background Color

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

This div background color is #f561cd


#f561cd Border Color

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

This div border color is #f561cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,97,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f561cd


Comments

No comments written yet.

Please login to write comment.