Color Hex Logo

#f4575f Color Hex

#F4575F
(244,87,95)
0 Favorites   0 Comments

Color spaces of #f4575f

RGB 2448795
HSL0.990.880.65
HSV357°64°96°
CMYK 0.000.640.61   0.04
XYZ42.782026.875713.7591
Yxy26.87570.51290.3222
Hunter Lab51.841856.582520.5533
CIE-Lab58.859160.518628.7045

#f4575f color RGB value is (244,87,95).

#f4575f hex color red value is 244, green value is 87 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f4575f hue: 0.99 , saturation: 0.88 and the lightness value of f4575f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010111 01011111
Octal 364 127 137
Decimal 244 87 95
Hex F4 57 5F

RGB Percentages of Color #f4575f

%57.28
%20.42
%22.30

CMYK Percentages of Color #f4575f

%0
%64
%61
%4

Triadic Colors of #f4575f

#f4575f #5ff457 #575ff4

Analogous Colors of #f4575f

#f4575f #f49e57 #f457ae

Monochromatic Colors of #f4575f

#f4575f

Complementary Color

#f4575f #57f4ec

#f4575f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4575f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4575f Color CSS Codes

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

#f4575f Text Font Color

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

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


#f4575f Background Color

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

This div background color is #f4575f


#f4575f Border Color

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

This div border color is #f4575f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,87,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4575f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4575f;
  -webkit-box-shadow: 1px 1px 3px 2px #f4575f;
  box-shadow:         1px 1px 3px 2px #f4575f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4575f


Comments

No comments written yet.

Please login to write comment.