Color Hex Logo

#f58471 Color Hex

#F58471
(245,132,113)
0 Favorites   0 Comments

Color spaces of #f58471

RGB 245132113
HSL0.020.870.70
HSV54°96°
CMYK 0.000.460.54   0.04
XYZ48.888137.107320.2085
Yxy37.10730.46030.3494
Hunter Lab60.915836.653022.9719
CIE-Lab67.357541.313529.6366

#f58471 color RGB value is (245,132,113).

#f58471 hex color red value is 245, green value is 132 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f58471 hue: 0.02 , saturation: 0.87 and the lightness value of f58471 is 0.70.

The process color (four color CMYK) of #f58471 color hex is 0.00, 0.46, 0.54, 0.04. Web safe color of #f58471 is #ff9966. Color #f58471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 01110001
Octal 365 204 161
Decimal 245 132 113
Hex F5 84 71

RGB Percentages of Color #f58471

%50.00
%26.94
%23.06

CMYK Percentages of Color #f58471

%0
%46
%54
%4

Triadic Colors of #f58471

#f58471 #71f584 #8471f5

Analogous Colors of #f58471

#f58471 #f5c671 #f571a0

Monochromatic Colors of #f58471

#f58471

Complementary Color

#f58471 #71e2f5

#f58471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58471 Color CSS Codes

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

#f58471 Text Font Color

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

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


#f58471 Background Color

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

This div background color is #f58471


#f58471 Border Color

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

This div border color is #f58471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58471


Comments

No comments written yet.

Please login to write comment.