Color Hex Logo

#f561cb Color Hex

#F561CB
(245,97,203)
0 Favorites   0 Comments

Color spaces of #f561cb

RGB 24597203
HSL0.880.880.67
HSV317°60°96°
CMYK 0.000.600.17   0.04
XYZ52.710432.273759.9512
Yxy32.27370.36370.2227
Hunter Lab56.809966.2016-22.8014
CIE-Lab63.568567.8252-26.7370

#f561cb color RGB value is (245,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 11001011
Octal 365 141 313
Decimal 245 97 203
Hex F5 61 CB

RGB Percentages of Color #f561cb

%44.95
%17.80
%37.25

CMYK Percentages of Color #f561cb

%0
%60
%17
%4

Triadic Colors of #f561cb

#f561cb #cbf561 #61cbf5

Analogous Colors of #f561cb

#f561cb #f56181 #d561f5

Monochromatic Colors of #f561cb

#f561cb

Complementary Color

#f561cb #61f58b

#f561cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f561cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f561cb Color CSS Codes

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

#f561cb Text Font Color

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

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


#f561cb Background Color

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

This div background color is #f561cb


#f561cb Border Color

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

This div border color is #f561cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f561cb


Comments

No comments written yet.

Please login to write comment.