Color Hex Logo

#f01879 Color Hex

#F01879
(240,24,121)
0 Favorites   0 Comments

Color spaces of #f01879

RGB 24024121
HSL0.930.880.52
HSV333°90°94°
CMYK 0.000.900.50   0.06
XYZ39.713020.559019.9643
Yxy20.55900.49500.2562
Hunter Lab45.342076.99145.6338
CIE-Lab52.463478.69514.4187

#f01879 color RGB value is (240,24,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 01111001
Octal 360 30 171
Decimal 240 24 121
Hex F0 18 79

RGB Percentages of Color #f01879

%62.34
%6.23
%31.43

CMYK Percentages of Color #f01879

%0
%90
%50
%6

Triadic Colors of #f01879

#f01879 #79f018 #1879f0

Analogous Colors of #f01879

#f01879 #f02318 #f018e5

Monochromatic Colors of #f01879

#f01879

Complementary Color

#f01879 #18f08f

#f01879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01879 Color CSS Codes

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

#f01879 Text Font Color

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

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


#f01879 Background Color

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

This div background color is #f01879


#f01879 Border Color

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

This div border color is #f01879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01879


Comments

No comments written yet.

Please login to write comment.