Color Hex Logo

#f06180 Color Hex

#F06180
(240,97,128)
0 Favorites   0 Comments

Color spaces of #f06180

RGB 24097128
HSL0.960.830.66
HSV347°60°94°
CMYK 0.000.600.47   0.06
XYZ44.106228.633223.6242
Yxy28.63320.45770.2971
Hunter Lab53.510053.488111.2810
CIE-Lab60.456557.546511.6425

#f06180 color RGB value is (240,97,128).

#f06180 hex color red value is 240, green value is 97 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f06180 hue: 0.96 , saturation: 0.83 and the lightness value of f06180 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 10000000
Octal 360 141 200
Decimal 240 97 128
Hex F0 61 80

RGB Percentages of Color #f06180

%51.61
%20.86
%27.53

CMYK Percentages of Color #f06180

%0
%60
%47
%6

Triadic Colors of #f06180

#f06180 #80f061 #6180f0

Analogous Colors of #f06180

#f06180 #f08a61 #f061c8

Monochromatic Colors of #f06180

#f06180

Complementary Color

#f06180 #61f0d1

#f06180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06180 Color CSS Codes

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

#f06180 Text Font Color

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

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


#f06180 Background Color

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

This div background color is #f06180


#f06180 Border Color

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

This div border color is #f06180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06180


Comments

No comments written yet.

Please login to write comment.