Color Hex Logo

#f4328d Color Hex

#F4328D
(244,50,141)
0 Favorites   0 Comments

Color spaces of #f4328d

RGB 24450141
HSL0.920.900.58
HSV332°80°96°
CMYK 0.000.800.42   0.04
XYZ43.256523.437427.4433
Yxy23.43740.45950.2490
Hunter Lab48.412274.76920.2790
CIE-Lab55.520076.3225-3.0241

#f4328d color RGB value is (244,50,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110010 10001101
Octal 364 62 215
Decimal 244 50 141
Hex F4 32 8D

RGB Percentages of Color #f4328d

%56.09
%11.49
%32.41

CMYK Percentages of Color #f4328d

%0
%80
%42
%4

Triadic Colors of #f4328d

#f4328d #8df432 #328df4

Analogous Colors of #f4328d

#f4328d #f43832 #f432ee

Monochromatic Colors of #f4328d

#f4328d

Complementary Color

#f4328d #32f499

#f4328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4328d Color CSS Codes

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

#f4328d Text Font Color

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

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


#f4328d Background Color

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

This div background color is #f4328d


#f4328d Border Color

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

This div border color is #f4328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4328d


Comments

No comments written yet.

Please login to write comment.