Color Hex Logo

#ff518c Color Hex

#FF518C
(255,81,140)
0 Favorites   0 Comments

Color spaces of #ff518c

RGB 25581140
HSL0.941.000.66
HSV340°68°100°
CMYK 0.000.680.45   0.00
XYZ48.916129.038327.8377
Yxy29.03830.46240.2745
Hunter Lab53.887267.73087.0923
CIE-Lab60.815469.58845.5035

#ff518c color RGB value is (255,81,140).

#ff518c hex color red value is 255, green value is 81 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ff518c hue: 0.94 , saturation: 1.00 and the lightness value of ff518c is 0.66.

The process color (four color CMYK) of #ff518c color hex is 0.00, 0.68, 0.45, 0.00. Web safe color of #ff518c is #ff6699. Color #ff518c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 10001100
Octal 377 121 214
Decimal 255 81 140
Hex FF 51 8C

RGB Percentages of Color #ff518c

%53.57
%17.02
%29.41

CMYK Percentages of Color #ff518c

%0
%68
%45
%0

Triadic Colors of #ff518c

#ff518c #8cff51 #518cff

Analogous Colors of #ff518c

#ff518c #ff6d51 #ff51e3

Monochromatic Colors of #ff518c

#ff518c

Complementary Color

#ff518c #51ffc4

#ff518c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff518c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff518c Color CSS Codes

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

#ff518c Text Font Color

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

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


#ff518c Background Color

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

This div background color is #ff518c


#ff518c Border Color

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

This div border color is #ff518c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,81,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff518c


Comments

No comments written yet.

Please login to write comment.