Color Hex Logo

#f04077 Color Hex

#F04077
(240,64,119)
0 Favorites   0 Comments

Color spaces of #f04077

RGB 24064119
HSL0.950.850.60
HSV341°73°94°
CMYK 0.000.730.50   0.06
XYZ41.098323.524019.8272
Yxy23.52400.48670.2786
Hunter Lab48.501566.37629.7136
CIE-Lab55.608069.437610.1011

#f04077 color RGB value is (240,64,119).

#f04077 hex color red value is 240, green value is 64 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f04077 hue: 0.95 , saturation: 0.85 and the lightness value of f04077 is 0.60.

The process color (four color CMYK) of #f04077 color hex is 0.00, 0.73, 0.50, 0.06. Web safe color of #f04077 is #ff3366. Color #f04077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 01110111
Octal 360 100 167
Decimal 240 64 119
Hex F0 40 77

RGB Percentages of Color #f04077

%56.74
%15.13
%28.13

CMYK Percentages of Color #f04077

%0
%73
%50
%6

Triadic Colors of #f04077

#f04077 #77f040 #4077f0

Analogous Colors of #f04077

#f04077 #f06140 #f040cf

Monochromatic Colors of #f04077

#f04077

Complementary Color

#f04077 #40f0b9

#f04077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04077 Color CSS Codes

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

#f04077 Text Font Color

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

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


#f04077 Background Color

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

This div background color is #f04077


#f04077 Border Color

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

This div border color is #f04077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04077


Comments

No comments written yet.

Please login to write comment.