Color Hex Logo

#f57996 Color Hex

#F57996
(245,121,150)
0 Favorites   0 Comments

Color spaces of #f57996

RGB 245121150
HSL0.960.860.72
HSV346°51°96°
CMYK 0.000.510.39   0.04
XYZ49.998635.289233.0304
Yxy35.28920.42260.2983
Hunter Lab59.404746.27818.6167
CIE-Lab65.973250.29076.9490

#f57996 color RGB value is (245,121,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111001 10010110
Octal 365 171 226
Decimal 245 121 150
Hex F5 79 96

RGB Percentages of Color #f57996

%47.48
%23.45
%29.07

CMYK Percentages of Color #f57996

%0
%51
%39
%4

Triadic Colors of #f57996

#f57996 #96f579 #7996f5

Analogous Colors of #f57996

#f57996 #f59a79 #f579d4

Monochromatic Colors of #f57996

#f57996

Complementary Color

#f57996 #79f5d8

#f57996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57996 Color CSS Codes

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

#f57996 Text Font Color

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

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


#f57996 Background Color

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

This div background color is #f57996


#f57996 Border Color

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

This div border color is #f57996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57996


Comments

No comments written yet.

Please login to write comment.