Color Hex Logo

#f0506d Color Hex

#F0506D
(240,80,109)
0 Favorites   0 Comments

Color spaces of #f0506d

RGB 24080109
HSL0.970.840.63
HSV349°67°94°
CMYK 0.000.670.55   0.06
XYZ41.564225.366717.1736
Yxy25.36670.49420.3016
Hunter Lab50.365459.168415.0390
CIE-Lab57.431063.003418.5454

#f0506d color RGB value is (240,80,109).

#f0506d hex color red value is 240, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f0506d hue: 0.97 , saturation: 0.84 and the lightness value of f0506d is 0.63.

The process color (four color CMYK) of #f0506d color hex is 0.00, 0.67, 0.55, 0.06. Web safe color of #f0506d is #ff6666. Color #f0506d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010000 01101101
Octal 360 120 155
Decimal 240 80 109
Hex F0 50 6D

RGB Percentages of Color #f0506d

%55.94
%18.65
%25.41

CMYK Percentages of Color #f0506d

%0
%67
%55
%6

Triadic Colors of #f0506d

#f0506d #6df050 #506df0

Analogous Colors of #f0506d

#f0506d #f08350 #f050bd

Monochromatic Colors of #f0506d

#f0506d

Complementary Color

#f0506d #50f0d3

#f0506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0506d Color CSS Codes

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

#f0506d Text Font Color

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

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


#f0506d Background Color

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

This div background color is #f0506d


#f0506d Border Color

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

This div border color is #f0506d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0506d


Comments

No comments written yet.

Please login to write comment.