Color Hex Logo

#f04773 Color Hex

#F04773
(240,71,115)
0 Favorites   0 Comments

Color spaces of #f04773

RGB 24071115
HSL0.960.850.61
HSV344°70°94°
CMYK 0.000.700.52   0.06
XYZ41.282924.269518.7283
Yxy24.26950.48980.2880
Hunter Lab49.264163.369411.9451
CIE-Lab56.356666.776113.5260

#f04773 color RGB value is (240,71,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000111 01110011
Octal 360 107 163
Decimal 240 71 115
Hex F0 47 73

RGB Percentages of Color #f04773

%56.34
%16.67
%27.00

CMYK Percentages of Color #f04773

%0
%70
%52
%6

Triadic Colors of #f04773

#f04773 #73f047 #4773f0

Analogous Colors of #f04773

#f04773 #f07047 #f047c8

Monochromatic Colors of #f04773

#f04773

Complementary Color

#f04773 #47f0c4

#f04773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04773 Color CSS Codes

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

#f04773 Text Font Color

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

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


#f04773 Background Color

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

This div background color is #f04773


#f04773 Border Color

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

This div border color is #f04773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04773


Comments

No comments written yet.

Please login to write comment.