Color Hex Logo

#f56fad Color Hex

#F56FAD
(245,111,173)
0 Favorites   0 Comments

Color spaces of #f56fad

RGB 245111173
HSL0.920.870.70
HSV332°55°96°
CMYK 0.000.550.29   0.04
XYZ50.883533.798543.3771
Yxy33.79850.39730.2639
Hunter Lab58.136554.4919-3.5422
CIE-Lab64.802357.7050-7.8480

#f56fad color RGB value is (245,111,173).

#f56fad hex color red value is 245, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f56fad hue: 0.92 , saturation: 0.87 and the lightness value of f56fad is 0.70.

The process color (four color CMYK) of #f56fad color hex is 0.00, 0.55, 0.29, 0.04. Web safe color of #f56fad is #ff6699. Color #f56fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101111 10101101
Octal 365 157 255
Decimal 245 111 173
Hex F5 6F AD

RGB Percentages of Color #f56fad

%46.31
%20.98
%32.70

CMYK Percentages of Color #f56fad

%0
%55
%29
%4

Triadic Colors of #f56fad

#f56fad #adf56f #6fadf5

Analogous Colors of #f56fad

#f56fad #f5746f #f56ff0

Monochromatic Colors of #f56fad

#f56fad

Complementary Color

#f56fad #6ff5b7

#f56fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56fad Color CSS Codes

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

#f56fad Text Font Color

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

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


#f56fad Background Color

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

This div background color is #f56fad


#f56fad Border Color

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

This div border color is #f56fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56fad


Comments

No comments written yet.

Please login to write comment.