Color Hex Logo

#f4348d Color Hex

#F4348D
(244,52,141)
0 Favorites   0 Comments

Color spaces of #f4348d

RGB 24452141
HSL0.920.900.58
HSV332°79°96°
CMYK 0.000.790.42   0.04
XYZ43.343923.612227.4724
Yxy23.61220.45900.2501
Hunter Lab48.592474.18350.4942
CIE-Lab55.697475.8169-2.7629

#f4348d color RGB value is (244,52,141).

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

The process color (four color CMYK) of #f4348d color hex is 0.00, 0.79, 0.42, 0.04. Web safe color of #f4348d is #ff3399. Color #f4348d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110100 10001101
Octal 364 64 215
Decimal 244 52 141
Hex F4 34 8D

RGB Percentages of Color #f4348d

%55.84
%11.90
%32.27

CMYK Percentages of Color #f4348d

%0
%79
%42
%4

Triadic Colors of #f4348d

#f4348d #8df434 #348df4

Analogous Colors of #f4348d

#f4348d #f43b34 #f434ed

Monochromatic Colors of #f4348d

#f4348d

Complementary Color

#f4348d #34f49b

#f4348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4348d Color CSS Codes

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

#f4348d Text Font Color

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

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


#f4348d Background Color

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

This div background color is #f4348d


#f4348d Border Color

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

This div border color is #f4348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4348d


Comments

No comments written yet.

Please login to write comment.