Color Hex Logo

#ff517a Color Hex

#FF517A
(255,81,122)
0 Favorites   0 Comments

Color spaces of #ff517a

RGB 25581122
HSL0.961.000.66
HSV346°68°100°
CMYK 0.000.680.52   0.00
XYZ47.695328.550021.4092
Yxy28.55000.48840.2924
Hunter Lab53.432265.828513.6462
CIE-Lab60.382468.093415.3946

#ff517a color RGB value is (255,81,122).

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

The process color (four color CMYK) of #ff517a color hex is 0.00, 0.68, 0.52, 0.00. Web safe color of #ff517a is #ff6666. Color #ff517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 01111010
Octal 377 121 172
Decimal 255 81 122
Hex FF 51 7A

RGB Percentages of Color #ff517a

%55.68
%17.69
%26.64

CMYK Percentages of Color #ff517a

%0
%68
%52
%0

Triadic Colors of #ff517a

#ff517a #7aff51 #517aff

Analogous Colors of #ff517a

#ff517a #ff7f51 #ff51d1

Monochromatic Colors of #ff517a

#ff517a

Complementary Color

#ff517a #51ffd6

#ff517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff517a Color CSS Codes

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

#ff517a Text Font Color

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

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


#ff517a Background Color

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

This div background color is #ff517a


#ff517a Border Color

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

This div border color is #ff517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff517a

#ff517a Color Palettes


Comments

No comments written yet.

Please login to write comment.