Color Hex Logo

#f4538e Color Hex

#F4538E
(244,83,142)
0 Favorites   0 Comments

Color spaces of #f4538e

RGB 24483142
HSL0.940.880.64
HSV338°66°96°
CMYK 0.000.660.42   0.04
XYZ45.284027.372628.4879
Yxy27.37260.44770.2706
Hunter Lab52.318862.94084.3394
CIE-Lab59.317665.87101.9404

#f4538e color RGB value is (244,83,142).

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

The process color (four color CMYK) of #f4538e color hex is 0.00, 0.66, 0.42, 0.04. Web safe color of #f4538e is #ff6699. Color #f4538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 10001110
Octal 364 123 216
Decimal 244 83 142
Hex F4 53 8E

RGB Percentages of Color #f4538e

%52.03
%17.70
%30.28

CMYK Percentages of Color #f4538e

%0
%66
%42
%4

Triadic Colors of #f4538e

#f4538e #8ef453 #538ef4

Analogous Colors of #f4538e

#f4538e #f46953 #f453df

Monochromatic Colors of #f4538e

#f4538e

Complementary Color

#f4538e #53f4b9

#f4538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4538e Color CSS Codes

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

#f4538e Text Font Color

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

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


#f4538e Background Color

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

This div background color is #f4538e


#f4538e Border Color

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

This div border color is #f4538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4538e


Comments

No comments written yet.

Please login to write comment.