Color Hex Logo

#f0517e Color Hex

#F0517E
(240,81,126)
0 Favorites   0 Comments

Color spaces of #f0517e

RGB 24081126
HSL0.950.840.63
HSV343°66°94°
CMYK 0.000.660.48   0.06
XYZ42.643525.916522.4935
Yxy25.91650.46830.2846
Hunter Lab50.908360.43189.4389
CIE-Lab57.957763.98999.2829

#f0517e color RGB value is (240,81,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 01111110
Octal 360 121 176
Decimal 240 81 126
Hex F0 51 7E

RGB Percentages of Color #f0517e

%53.69
%18.12
%28.19

CMYK Percentages of Color #f0517e

%0
%66
%48
%6

Triadic Colors of #f0517e

#f0517e #7ef051 #517ef0

Analogous Colors of #f0517e

#f0517e #f07451 #f051ce

Monochromatic Colors of #f0517e

#f0517e

Complementary Color

#f0517e #51f0c3

#f0517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0517e Color CSS Codes

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

#f0517e Text Font Color

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

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


#f0517e Background Color

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

This div background color is #f0517e


#f0517e Border Color

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

This div border color is #f0517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0517e


Comments

No comments written yet.

Please login to write comment.