Color Hex Logo

#f06958 Color Hex

#F06958
(240,105,88)
0 Favorites   0 Comments

Color spaces of #f06958

RGB 24010588
HSL0.020.840.64
HSV63°94°
CMYK 0.000.560.63   0.06
XYZ42.748229.333012.6413
Yxy29.33300.50460.3462
Hunter Lab54.159946.109324.0733
CIE-Lab61.074450.868935.3189

#f06958 color RGB value is (240,105,88).

#f06958 hex color red value is 240, green value is 105 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f06958 hue: 0.02 , saturation: 0.84 and the lightness value of f06958 is 0.64.

The process color (four color CMYK) of #f06958 color hex is 0.00, 0.56, 0.63, 0.06. Web safe color of #f06958 is #ff6666. Color #f06958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101001 01011000
Octal 360 151 130
Decimal 240 105 88
Hex F0 69 58

RGB Percentages of Color #f06958

%55.43
%24.25
%20.32

CMYK Percentages of Color #f06958

%0
%56
%63
%6

Triadic Colors of #f06958

#f06958 #58f069 #6958f0

Analogous Colors of #f06958

#f06958 #f0b558 #f05893

Monochromatic Colors of #f06958

#f06958

Complementary Color

#f06958 #58dff0

#f06958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06958 Color CSS Codes

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

#f06958 Text Font Color

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

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


#f06958 Background Color

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

This div background color is #f06958


#f06958 Border Color

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

This div border color is #f06958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06958


Comments

No comments written yet.

Please login to write comment.