Color Hex Logo

#f0509b Color Hex

#F0509B
(240,80,155)
0 Favorites   0 Comments

Color spaces of #f0509b

RGB 24080155
HSL0.920.840.63
HSV332°67°94°
CMYK 0.000.670.35   0.06
XYZ44.720226.629133.7933
Yxy26.62910.42530.2533
Hunter Lab51.603464.3846-2.7046
CIE-Lab58.629467.2099-6.7394

#f0509b color RGB value is (240,80,155).

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

The process color (four color CMYK) of #f0509b color hex is 0.00, 0.67, 0.35, 0.06. Web safe color of #f0509b is #ff6699. Color #f0509b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010000 10011011
Octal 360 120 233
Decimal 240 80 155
Hex F0 50 9B

RGB Percentages of Color #f0509b

%50.53
%16.84
%32.63

CMYK Percentages of Color #f0509b

%0
%67
%35
%6

Triadic Colors of #f0509b

#f0509b #9bf050 #509bf0

Analogous Colors of #f0509b

#f0509b #f05550 #f050eb

Monochromatic Colors of #f0509b

#f0509b

Complementary Color

#f0509b #50f0a5

#f0509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0509b Color CSS Codes

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

#f0509b Text Font Color

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

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


#f0509b Background Color

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

This div background color is #f0509b


#f0509b Border Color

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

This div border color is #f0509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0509b


Comments

No comments written yet.

Please login to write comment.