Color Hex Logo

#ff518b Color Hex

#FF518B
(255,81,139)
0 Favorites   0 Comments

Color spaces of #ff518b

RGB 25581139
HSL0.941.000.66
HSV340°68°100°
CMYK 0.000.680.45   0.00
XYZ48.842629.008927.4511
Yxy29.00890.46380.2755
Hunter Lab53.859967.61707.4833
CIE-Lab60.789569.49946.0492

#ff518b color RGB value is (255,81,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 10001011
Octal 377 121 213
Decimal 255 81 139
Hex FF 51 8B

RGB Percentages of Color #ff518b

%53.68
%17.05
%29.26

CMYK Percentages of Color #ff518b

%0
%68
%45
%0

Triadic Colors of #ff518b

#ff518b #8bff51 #518bff

Analogous Colors of #ff518b

#ff518b #ff6e51 #ff51e2

Monochromatic Colors of #ff518b

#ff518b

Complementary Color

#ff518b #51ffc5

#ff518b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff518b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff518b Color CSS Codes

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

#ff518b Text Font Color

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

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


#ff518b Background Color

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

This div background color is #ff518b


#ff518b Border Color

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

This div border color is #ff518b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff518b

Related Colors


Comments

No comments written yet.

Please login to write comment.