Color Hex Logo

#f42379 Color Hex

#F42379
(244,35,121)
0 Favorites   0 Comments

Color spaces of #f42379

RGB 24435121
HSL0.930.900.55
HSV335°86°96°
CMYK 0.000.860.50   0.04
XYZ41.360421.815620.1201
Yxy21.81560.49650.2619
Hunter Lab46.707276.32887.1546
CIE-Lab53.830877.90016.4814

#f42379 color RGB value is (244,35,121).

#f42379 hex color red value is 244, green value is 35 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f42379 hue: 0.93 , saturation: 0.90 and the lightness value of f42379 is 0.55.

The process color (four color CMYK) of #f42379 color hex is 0.00, 0.86, 0.50, 0.04. Web safe color of #f42379 is #ff3366. Color #f42379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100011 01111001
Octal 364 43 171
Decimal 244 35 121
Hex F4 23 79

RGB Percentages of Color #f42379

%61.00
%8.75
%30.25

CMYK Percentages of Color #f42379

%0
%86
%50
%4

Triadic Colors of #f42379

#f42379 #79f423 #2379f4

Analogous Colors of #f42379

#f42379 #f43623 #f423e2

Monochromatic Colors of #f42379

#f42379

Complementary Color

#f42379 #23f49e

#f42379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42379 Color CSS Codes

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

#f42379 Text Font Color

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

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


#f42379 Background Color

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

This div background color is #f42379


#f42379 Border Color

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

This div border color is #f42379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42379


Comments

No comments written yet.

Please login to write comment.