Color Hex Logo

#f4308d Color Hex

#F4308D
(244,48,141)
0 Favorites   0 Comments

Color spaces of #f4308d

RGB 24448141
HSL0.920.900.57
HSV332°80°96°
CMYK 0.000.800.42   0.04
XYZ43.172923.270127.4154
Yxy23.27010.46000.2479
Hunter Lab48.239175.33510.0715
CIE-Lab55.349576.8098-3.2754

#f4308d color RGB value is (244,48,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 10001101
Octal 364 60 215
Decimal 244 48 141
Hex F4 30 8D

RGB Percentages of Color #f4308d

%56.35
%11.09
%32.56

CMYK Percentages of Color #f4308d

%0
%80
%42
%4

Triadic Colors of #f4308d

#f4308d #8df430 #308df4

Analogous Colors of #f4308d

#f4308d #f43530 #f430ef

Monochromatic Colors of #f4308d

#f4308d

Complementary Color

#f4308d #30f497

#f4308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4308d Color CSS Codes

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

#f4308d Text Font Color

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

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


#f4308d Background Color

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

This div background color is #f4308d


#f4308d Border Color

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

This div border color is #f4308d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4308d


Comments

No comments written yet.

Please login to write comment.