Color Hex Logo

#f56acb Color Hex

#F56ACB
(245,106,203)
0 Favorites   0 Comments

Color spaces of #f56acb

RGB 245106203
HSL0.880.870.69
HSV318°57°96°
CMYK 0.000.570.17   0.04
XYZ53.589734.032360.2443
Yxy34.03230.36240.2302
Hunter Lab58.337261.8835-20.3922
CIE-Lab64.988263.9772-24.5559

#f56acb color RGB value is (245,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101010 11001011
Octal 365 152 313
Decimal 245 106 203
Hex F5 6A CB

RGB Percentages of Color #f56acb

%44.22
%19.13
%36.64

CMYK Percentages of Color #f56acb

%0
%57
%17
%4

Triadic Colors of #f56acb

#f56acb #cbf56a #6acbf5

Analogous Colors of #f56acb

#f56acb #f56a86 #da6af5

Monochromatic Colors of #f56acb

#f56acb

Complementary Color

#f56acb #6af594

#f56acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56acb Color CSS Codes

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

#f56acb Text Font Color

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

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


#f56acb Background Color

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

This div background color is #f56acb


#f56acb Border Color

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

This div border color is #f56acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56acb


Comments

No comments written yet.

Please login to write comment.