Color Hex Logo

#f07180 Color Hex

#F07180
(240,113,128)
0 Favorites   0 Comments

Color spaces of #f07180

RGB 240113128
HSL0.980.810.69
HSV353°53°94°
CMYK 0.000.530.47   0.06
XYZ45.736631.894024.1677
Yxy31.89400.44930.3133
Hunter Lab56.474845.729014.1599
CIE-Lab63.255250.195515.5531

#f07180 color RGB value is (240,113,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110001 10000000
Octal 360 161 200
Decimal 240 113 128
Hex F0 71 80

RGB Percentages of Color #f07180

%49.90
%23.49
%26.61

CMYK Percentages of Color #f07180

%0
%53
%47
%6

Triadic Colors of #f07180

#f07180 #80f071 #7180f0

Analogous Colors of #f07180

#f07180 #f0a271 #f071c0

Monochromatic Colors of #f07180

#f07180

Complementary Color

#f07180 #71f0e1

#f07180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07180 Color CSS Codes

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

#f07180 Text Font Color

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

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


#f07180 Background Color

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

This div background color is #f07180


#f07180 Border Color

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

This div border color is #f07180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07180


Comments

No comments written yet.

Please login to write comment.