Color Hex Logo

#f4535e Color Hex

#F4535E
(244,83,94)
0 Favorites   0 Comments

Color spaces of #f4535e

RGB 2448394
HSL0.990.880.64
HSV356°66°96°
CMYK 0.000.660.61   0.04
XYZ42.421926.227813.4163
Yxy26.22780.51690.3196
Hunter Lab51.213158.236020.3169
CIE-Lab58.252662.054528.4994

#f4535e color RGB value is (244,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 01011110
Octal 364 123 136
Decimal 244 83 94
Hex F4 53 5E

RGB Percentages of Color #f4535e

%57.96
%19.71
%22.33

CMYK Percentages of Color #f4535e

%0
%66
%61
%4

Triadic Colors of #f4535e

#f4535e #5ef453 #535ef4

Analogous Colors of #f4535e

#f4535e #f49953 #f453af

Monochromatic Colors of #f4535e

#f4535e

Complementary Color

#f4535e #53f4e9

#f4535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4535e Color CSS Codes

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

#f4535e Text Font Color

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

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


#f4535e Background Color

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

This div background color is #f4535e


#f4535e Border Color

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

This div border color is #f4535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4535e


Comments

No comments written yet.

Please login to write comment.