Color Hex Logo

#f08072 Color Hex

#F08072
(240,128,114)
0 Favorites   0 Comments

Color spaces of #f08072

RGB 240128114
HSL0.020.810.69
HSV53°94°
CMYK 0.000.470.53   0.06
XYZ46.691635.178520.2488
Yxy35.17850.45720.3445
Hunter Lab59.311536.725021.2766
CIE-Lab65.887441.558127.0263

#f08072 color RGB value is (240,128,114).

#f08072 hex color red value is 240, green value is 128 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f08072 hue: 0.02 , saturation: 0.81 and the lightness value of f08072 is 0.69.

The process color (four color CMYK) of #f08072 color hex is 0.00, 0.47, 0.53, 0.06. Web safe color of #f08072 is #ff9966. Color #f08072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 01110010
Octal 360 200 162
Decimal 240 128 114
Hex F0 80 72

RGB Percentages of Color #f08072

%49.79
%26.56
%23.65

CMYK Percentages of Color #f08072

%0
%47
%53
%6

Triadic Colors of #f08072

#f08072 #72f080 #8072f0

Analogous Colors of #f08072

#f08072 #f0bf72 #f072a3

Monochromatic Colors of #f08072

#f08072

Complementary Color

#f08072 #72e2f0

#f08072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08072 Color CSS Codes

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

#f08072 Text Font Color

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

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


#f08072 Background Color

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

This div background color is #f08072


#f08072 Border Color

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

This div border color is #f08072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08072


Comments

No comments written yet.

Please login to write comment.