Color Hex Logo

#f09078 Color Hex

#F09078
(240,144,120)
0 Favorites   0 Comments

Color spaces of #f09078

RGB 240144120
HSL0.030.800.71
HSV12°50°94°
CMYK 0.000.400.50   0.06
XYZ49.298639.827822.8585
Yxy39.82780.44020.3557
Hunter Lab63.109328.996322.7013
CIE-Lab69.346733.857328.2831

#f09078 color RGB value is (240,144,120).

#f09078 hex color red value is 240, green value is 144 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #f09078 hue: 0.03 , saturation: 0.80 and the lightness value of f09078 is 0.71.

The process color (four color CMYK) of #f09078 color hex is 0.00, 0.40, 0.50, 0.06. Web safe color of #f09078 is #ff9966. Color #f09078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 01111000
Octal 360 220 170
Decimal 240 144 120
Hex F0 90 78

RGB Percentages of Color #f09078

%47.62
%28.57
%23.81

CMYK Percentages of Color #f09078

%0
%40
%50
%6

Triadic Colors of #f09078

#f09078 #78f090 #9078f0

Analogous Colors of #f09078

#f09078 #f0cc78 #f0789c

Monochromatic Colors of #f09078

#f09078

Complementary Color

#f09078 #78d8f0

#f09078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09078 Color CSS Codes

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

#f09078 Text Font Color

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

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


#f09078 Background Color

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

This div background color is #f09078


#f09078 Border Color

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

This div border color is #f09078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09078


Comments

No comments written yet.

Please login to write comment.