Color Hex Logo

#f04858 Color Hex

#F04858
(240,72,88)
0 Favorites   0 Comments

Color spaces of #f04858

RGB 2407288
HSL0.980.850.61
HSV354°70°94°
CMYK 0.000.700.63   0.06
XYZ40.014023.864611.7299
Yxy23.86460.52920.3156
Hunter Lab48.851460.718719.9596
CIE-Lab55.952064.600328.8907

#f04858 color RGB value is (240,72,88).

#f04858 hex color red value is 240, green value is 72 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f04858 hue: 0.98 , saturation: 0.85 and the lightness value of f04858 is 0.61.

The process color (four color CMYK) of #f04858 color hex is 0.00, 0.70, 0.63, 0.06. Web safe color of #f04858 is #ff3366. Color #f04858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 01011000
Octal 360 110 130
Decimal 240 72 88
Hex F0 48 58

RGB Percentages of Color #f04858

%60.00
%18.00
%22.00

CMYK Percentages of Color #f04858

%0
%70
%63
%6

Triadic Colors of #f04858

#f04858 #58f048 #4858f0

Analogous Colors of #f04858

#f04858 #f08c48 #f048ac

Monochromatic Colors of #f04858

#f04858

Complementary Color

#f04858 #48f0e0

#f04858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04858 Color CSS Codes

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

#f04858 Text Font Color

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

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


#f04858 Background Color

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

This div background color is #f04858


#f04858 Border Color

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

This div border color is #f04858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04858


Comments

No comments written yet.

Please login to write comment.