Color Hex Logo

#f4384d Color Hex

#F4384D
(244,56,77)
0 Favorites   0 Comments

Color spaces of #f4384d

RGB 2445677
HSL0.980.900.59
HSV353°77°96°
CMYK 0.000.770.68   0.04
XYZ40.062022.59739.2714
Yxy22.59730.55700.3142
Hunter Lab47.536667.243721.7119
CIE-Lab54.655170.340033.8308

#f4384d color RGB value is (244,56,77).

#f4384d hex color red value is 244, green value is 56 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f4384d hue: 0.98 , saturation: 0.90 and the lightness value of f4384d is 0.59.

The process color (four color CMYK) of #f4384d color hex is 0.00, 0.77, 0.68, 0.04. Web safe color of #f4384d is #ff3366. Color #f4384d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00111000 01001101
Octal 364 70 115
Decimal 244 56 77
Hex F4 38 4D

RGB Percentages of Color #f4384d

%64.72
%14.85
%20.42

CMYK Percentages of Color #f4384d

%0
%77
%68
%4

Triadic Colors of #f4384d

#f4384d #4df438 #384df4

Analogous Colors of #f4384d

#f4384d #f48138 #f438ab

Monochromatic Colors of #f4384d

#f4384d

Complementary Color

#f4384d #38f4df

#f4384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4384d Color CSS Codes

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

#f4384d Text Font Color

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

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


#f4384d Background Color

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

This div background color is #f4384d


#f4384d Border Color

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

This div border color is #f4384d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4384d


Comments

No comments written yet.

Please login to write comment.