Color Hex Logo

#f0537e Color Hex

#F0537E
(240,83,126)
0 Favorites   0 Comments

Color spaces of #f0537e

RGB 24083126
HSL0.950.840.63
HSV344°65°94°
CMYK 0.000.650.48   0.06
XYZ42.794326.218122.5438
Yxy26.21810.46740.2864
Hunter Lab51.203659.57819.7385
CIE-Lab58.243563.20889.6876

#f0537e color RGB value is (240,83,126).

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

The process color (four color CMYK) of #f0537e color hex is 0.00, 0.65, 0.48, 0.06. Web safe color of #f0537e is #ff6666. Color #f0537e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 01111110
Octal 360 123 176
Decimal 240 83 126
Hex F0 53 7E

RGB Percentages of Color #f0537e

%53.45
%18.49
%28.06

CMYK Percentages of Color #f0537e

%0
%65
%48
%6

Triadic Colors of #f0537e

#f0537e #7ef053 #537ef0

Analogous Colors of #f0537e

#f0537e #f07753 #f053cd

Monochromatic Colors of #f0537e

#f0537e

Complementary Color

#f0537e #53f0c5

#f0537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0537e Color CSS Codes

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

#f0537e Text Font Color

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

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


#f0537e Background Color

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

This div background color is #f0537e


#f0537e Border Color

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

This div border color is #f0537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0537e


Comments

No comments written yet.

Please login to write comment.