Color Hex Logo

#f56984 Color Hex

#F56984
(245,105,132)
0 Favorites   0 Comments

Color spaces of #f56984

RGB 245105132
HSL0.970.880.69
HSV348°57°96°
CMYK 0.000.570.46   0.04
XYZ46.872631.181625.3780
Yxy31.18160.45320.3015
Hunter Lab55.840552.112412.1426
CIE-Lab62.660655.975712.5394

#f56984 color RGB value is (245,105,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101001 10000100
Octal 365 151 204
Decimal 245 105 132
Hex F5 69 84

RGB Percentages of Color #f56984

%50.83
%21.78
%27.39

CMYK Percentages of Color #f56984

%0
%57
%46
%4

Triadic Colors of #f56984

#f56984 #84f569 #6984f5

Analogous Colors of #f56984

#f56984 #f59469 #f569ca

Monochromatic Colors of #f56984

#f56984

Complementary Color

#f56984 #69f5da

#f56984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56984 Color CSS Codes

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

#f56984 Text Font Color

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

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


#f56984 Background Color

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

This div background color is #f56984


#f56984 Border Color

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

This div border color is #f56984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56984


Comments

No comments written yet.

Please login to write comment.