Color Hex Logo

#f57684 Color Hex

#F57684
(245,118,132)
0 Favorites   0 Comments

Color spaces of #f57684

RGB 245118132
HSL0.980.860.71
HSV353°52°96°
CMYK 0.000.520.46   0.04
XYZ48.299534.035325.8536
Yxy34.03530.44640.3146
Hunter Lab58.339845.685514.5632
CIE-Lab64.990649.901315.7925

#f57684 color RGB value is (245,118,132).

#f57684 hex color red value is 245, green value is 118 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f57684 hue: 0.98 , saturation: 0.86 and the lightness value of f57684 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 10000100
Octal 365 166 204
Decimal 245 118 132
Hex F5 76 84

RGB Percentages of Color #f57684

%49.49
%23.84
%26.67

CMYK Percentages of Color #f57684

%0
%52
%46
%4

Triadic Colors of #f57684

#f57684 #84f576 #7684f5

Analogous Colors of #f57684

#f57684 #f5a876 #f576c4

Monochromatic Colors of #f57684

#f57684

Complementary Color

#f57684 #76f5e7

#f57684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57684 Color CSS Codes

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

#f57684 Text Font Color

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

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


#f57684 Background Color

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

This div background color is #f57684


#f57684 Border Color

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

This div border color is #f57684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57684


Comments

No comments written yet.

Please login to write comment.