Color Hex Logo

#f04071 Color Hex

#F04071
(240,64,113)
0 Favorites   0 Comments

Color spaces of #f04071

RGB 24064113
HSL0.950.850.60
HSV343°73°94°
CMYK 0.000.730.53   0.06
XYZ40.749223.384317.9887
Yxy23.38430.49620.2848
Hunter Lab48.357365.791111.7945
CIE-Lab55.466068.976213.4743

#f04071 color RGB value is (240,64,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 01110001
Octal 360 100 161
Decimal 240 64 113
Hex F0 40 71

RGB Percentages of Color #f04071

%57.55
%15.35
%27.10

CMYK Percentages of Color #f04071

%0
%73
%53
%6

Triadic Colors of #f04071

#f04071 #71f040 #4071f0

Analogous Colors of #f04071

#f04071 #f06740 #f040c9

Monochromatic Colors of #f04071

#f04071

Complementary Color

#f04071 #40f0bf

#f04071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04071 Color CSS Codes

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

#f04071 Text Font Color

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

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


#f04071 Background Color

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

This div background color is #f04071


#f04071 Border Color

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

This div border color is #f04071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04071


Comments

No comments written yet.

Please login to write comment.