Color Hex Logo

#f01779 Color Hex

#F01779
(240,23,121)
0 Favorites   0 Comments

Color spaces of #f01779

RGB 24023121
HSL0.920.880.52
HSV333°90°94°
CMYK 0.000.900.50   0.06
XYZ39.692820.518519.9576
Yxy20.51850.49510.2559
Hunter Lab45.297477.14425.5855
CIE-Lab52.418478.82564.3538

#f01779 color RGB value is (240,23,121).

#f01779 hex color red value is 240, green value is 23 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f01779 hue: 0.92 , saturation: 0.88 and the lightness value of f01779 is 0.52.

The process color (four color CMYK) of #f01779 color hex is 0.00, 0.90, 0.50, 0.06. Web safe color of #f01779 is #ff0066. Color #f01779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 01111001
Octal 360 27 171
Decimal 240 23 121
Hex F0 17 79

RGB Percentages of Color #f01779

%62.50
%5.99
%31.51

CMYK Percentages of Color #f01779

%0
%90
%50
%6

Triadic Colors of #f01779

#f01779 #79f017 #1779f0

Analogous Colors of #f01779

#f01779 #f02217 #f017e6

Monochromatic Colors of #f01779

#f01779

Complementary Color

#f01779 #17f08e

#f01779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01779 Color CSS Codes

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

#f01779 Text Font Color

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

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


#f01779 Background Color

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

This div background color is #f01779


#f01779 Border Color

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

This div border color is #f01779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01779


Comments

No comments written yet.

Please login to write comment.