Color Hex Logo

#f4357a Color Hex

#F4357A
(244,53,122)
0 Favorites   0 Comments

Color spaces of #f4357a

RGB 24453122
HSL0.940.900.58
HSV338°78°96°
CMYK 0.000.780.50   0.04
XYZ42.094223.184420.6688
Yxy23.18440.48980.2698
Hunter Lab48.150271.78678.2545
CIE-Lab55.261873.95977.9223

#f4357a color RGB value is (244,53,122).

#f4357a hex color red value is 244, green value is 53 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f4357a hue: 0.94 , saturation: 0.90 and the lightness value of f4357a is 0.58.

The process color (four color CMYK) of #f4357a color hex is 0.00, 0.78, 0.50, 0.04. Web safe color of #f4357a is #ff3366. Color #f4357a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110101 01111010
Octal 364 65 172
Decimal 244 53 122
Hex F4 35 7A

RGB Percentages of Color #f4357a

%58.23
%12.65
%29.12

CMYK Percentages of Color #f4357a

%0
%78
%50
%4

Triadic Colors of #f4357a

#f4357a #7af435 #357af4

Analogous Colors of #f4357a

#f4357a #f45035 #f435da

Monochromatic Colors of #f4357a

#f4357a

Complementary Color

#f4357a #35f4af

#f4357a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4357a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4357a Color CSS Codes

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

#f4357a Text Font Color

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

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


#f4357a Background Color

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

This div background color is #f4357a


#f4357a Border Color

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

This div border color is #f4357a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4357a


Comments

No comments written yet.

Please login to write comment.