Color Hex Logo

#f04873 Color Hex

#F04873
(240,72,115)
0 Favorites   0 Comments

Color spaces of #f04873

RGB 24072115
HSL0.960.850.61
HSV345°70°94°
CMYK 0.000.700.52   0.06
XYZ41.347124.397818.7497
Yxy24.39780.48930.2887
Hunter Lab49.394162.980012.0698
CIE-Lab56.483966.423713.7031

#f04873 color RGB value is (240,72,115).

#f04873 hex color red value is 240, green value is 72 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f04873 hue: 0.96 , saturation: 0.85 and the lightness value of f04873 is 0.61.

The process color (four color CMYK) of #f04873 color hex is 0.00, 0.70, 0.52, 0.06. Web safe color of #f04873 is #ff3366. Color #f04873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 01110011
Octal 360 110 163
Decimal 240 72 115
Hex F0 48 73

RGB Percentages of Color #f04873

%56.21
%16.86
%26.93

CMYK Percentages of Color #f04873

%0
%70
%52
%6

Triadic Colors of #f04873

#f04873 #73f048 #4873f0

Analogous Colors of #f04873

#f04873 #f07148 #f048c7

Monochromatic Colors of #f04873

#f04873

Complementary Color

#f04873 #48f0c5

#f04873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04873 Color CSS Codes

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

#f04873 Text Font Color

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

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


#f04873 Background Color

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

This div background color is #f04873


#f04873 Border Color

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

This div border color is #f04873


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,72,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04873; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04873;
  -webkit-box-shadow: 1px 1px 3px 2px #f04873;
  box-shadow:         1px 1px 3px 2px #f04873; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,72,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04873


Comments

No comments written yet.

Please login to write comment.