Color Hex Logo

#f08376 Color Hex

#F08376
(240,131,118)
0 Favorites   0 Comments

Color spaces of #f08376

RGB 240131118
HSL0.020.800.70
HSV51°94°
CMYK 0.000.450.51   0.06
XYZ47.321536.065921.6068
Yxy36.06590.45070.3435
Hunter Lab60.054935.556720.7068
CIE-Lab66.570240.381025.7066

#f08376 color RGB value is (240,131,118).

#f08376 hex color red value is 240, green value is 131 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f08376 hue: 0.02 , saturation: 0.80 and the lightness value of f08376 is 0.70.

The process color (four color CMYK) of #f08376 color hex is 0.00, 0.45, 0.51, 0.06. Web safe color of #f08376 is #ff9966. Color #f08376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000011 01110110
Octal 360 203 166
Decimal 240 131 118
Hex F0 83 76

RGB Percentages of Color #f08376

%49.08
%26.79
%24.13

CMYK Percentages of Color #f08376

%0
%45
%51
%6

Triadic Colors of #f08376

#f08376 #76f083 #8376f0

Analogous Colors of #f08376

#f08376 #f0c076 #f076a6

Monochromatic Colors of #f08376

#f08376

Complementary Color

#f08376 #76e3f0

#f08376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08376 Color CSS Codes

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

#f08376 Text Font Color

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

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


#f08376 Background Color

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

This div background color is #f08376


#f08376 Border Color

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

This div border color is #f08376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08376


Comments

No comments written yet.

Please login to write comment.