Color Hex Logo

#f57596 Color Hex

#F57596
(245,117,150)
0 Favorites   0 Comments

Color spaces of #f57596

RGB 245117150
HSL0.960.860.71
HSV345°52°96°
CMYK 0.000.520.39   0.04
XYZ49.522534.337132.8718
Yxy34.33710.42420.2942
Hunter Lab58.597948.30857.7584
CIE-Lab65.229352.21225.8818

#f57596 color RGB value is (245,117,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110101 10010110
Octal 365 165 226
Decimal 245 117 150
Hex F5 75 96

RGB Percentages of Color #f57596

%47.85
%22.85
%29.30

CMYK Percentages of Color #f57596

%0
%52
%39
%4

Triadic Colors of #f57596

#f57596 #96f575 #7596f5

Analogous Colors of #f57596

#f57596 #f59475 #f575d6

Monochromatic Colors of #f57596

#f57596

Complementary Color

#f57596 #75f5d4

#f57596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57596 Color CSS Codes

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

#f57596 Text Font Color

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

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


#f57596 Background Color

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

This div background color is #f57596


#f57596 Border Color

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

This div border color is #f57596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57596


Comments

No comments written yet.

Please login to write comment.