Color Hex Logo

#f4505f Color Hex

#F4505F
(244,80,95)
0 Favorites   0 Comments

Color spaces of #f4505f

RGB 2448095
HSL0.980.880.64
HSV355°67°96°
CMYK 0.000.670.61   0.04
XYZ42.242425.796613.5793
Yxy25.79660.51760.3161
Hunter Lab50.790459.575619.7015
CIE-Lab57.843563.278427.3925

#f4505f color RGB value is (244,80,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010000 01011111
Octal 364 120 137
Decimal 244 80 95
Hex F4 50 5F

RGB Percentages of Color #f4505f

%58.23
%19.09
%22.67

CMYK Percentages of Color #f4505f

%0
%67
%61
%4

Triadic Colors of #f4505f

#f4505f #5ff450 #505ff4

Analogous Colors of #f4505f

#f4505f #f49350 #f450b1

Monochromatic Colors of #f4505f

#f4505f

Complementary Color

#f4505f #50f4e5

#f4505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4505f Color CSS Codes

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

#f4505f Text Font Color

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

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


#f4505f Background Color

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

This div background color is #f4505f


#f4505f Border Color

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

This div border color is #f4505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4505f


Comments

No comments written yet.

Please login to write comment.