Color Hex Logo

#f57676 Color Hex

#F57676
(245,118,118)
0 Favorites   0 Comments

Color spaces of #f57676

RGB 245118118
HSL0.000.860.71
HSV52°96°
CMYK 0.000.520.52   0.04
XYZ47.404633.677321.1414
Yxy33.67730.46370.3294
Hunter Lab58.032144.254719.0229
CIE-Lab64.705648.650023.3353

#f57676 color RGB value is (245,118,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 01110110
Octal 365 166 166
Decimal 245 118 118
Hex F5 76 76

RGB Percentages of Color #f57676

%50.94
%24.53
%24.53

CMYK Percentages of Color #f57676

%0
%52
%52
%4

Triadic Colors of #f57676

#f57676 #76f576 #7676f5

Analogous Colors of #f57676

#f57676 #f5b676 #f576b6

Monochromatic Colors of #f57676

#f57676

Complementary Color

#f57676 #76f5f5

#f57676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57676 Color CSS Codes

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

#f57676 Text Font Color

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

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


#f57676 Background Color

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

This div background color is #f57676


#f57676 Border Color

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

This div border color is #f57676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57676


Comments

No comments written yet.

Please login to write comment.