Color Hex Logo

#f56aa4 Color Hex

#F56AA4
(245,106,164)
0 Favorites   0 Comments

Color spaces of #f56aa4

RGB 245106164
HSL0.930.870.69
HSV335°57°96°
CMYK 0.000.570.33   0.04
XYZ49.511132.400938.7664
Yxy32.40090.41030.2685
Hunter Lab56.921855.6478-0.5340
CIE-Lab63.672858.8900-4.3848

#f56aa4 color RGB value is (245,106,164).

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

The process color (four color CMYK) of #f56aa4 color hex is 0.00, 0.57, 0.33, 0.04. Web safe color of #f56aa4 is #ff6699. Color #f56aa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101010 10100100
Octal 365 152 244
Decimal 245 106 164
Hex F5 6A A4

RGB Percentages of Color #f56aa4

%47.57
%20.58
%31.84

CMYK Percentages of Color #f56aa4

%0
%57
%33
%4

Triadic Colors of #f56aa4

#f56aa4 #a4f56a #6aa4f5

Analogous Colors of #f56aa4

#f56aa4 #f5766a #f56aea

Monochromatic Colors of #f56aa4

#f56aa4

Complementary Color

#f56aa4 #6af5bb

#f56aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56aa4 Color CSS Codes

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

#f56aa4 Text Font Color

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

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


#f56aa4 Background Color

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

This div background color is #f56aa4


#f56aa4 Border Color

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

This div border color is #f56aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56aa4


Comments

No comments written yet.

Please login to write comment.