Color Hex Logo

#ff507c Color Hex

#FF507C
(255,80,124)
0 Favorites   0 Comments

Color spaces of #ff507c

RGB 25580124
HSL0.961.000.66
HSV345°69°100°
CMYK 0.000.690.51   0.00
XYZ47.746828.452622.0441
Yxy28.45260.48600.2896
Hunter Lab53.341066.433012.8360
CIE-Lab60.295568.611214.1062

#ff507c color RGB value is (255,80,124).

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

The process color (four color CMYK) of #ff507c color hex is 0.00, 0.69, 0.51, 0.00. Web safe color of #ff507c is #ff6666. Color #ff507c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01111100
Octal 377 120 174
Decimal 255 80 124
Hex FF 50 7C

RGB Percentages of Color #ff507c

%55.56
%17.43
%27.02

CMYK Percentages of Color #ff507c

%0
%69
%51
%0

Triadic Colors of #ff507c

#ff507c #7cff50 #507cff

Analogous Colors of #ff507c

#ff507c #ff7c50 #ff50d4

Monochromatic Colors of #ff507c

#ff507c

Complementary Color

#ff507c #50ffd3

#ff507c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff507c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff507c Color CSS Codes

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

#ff507c Text Font Color

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

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


#ff507c Background Color

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

This div background color is #ff507c


#ff507c Border Color

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

This div border color is #ff507c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff507c

#ff507c Color Palettes


Comments

No comments written yet.

Please login to write comment.