Color Hex Logo

#ff507e Color Hex

#FF507E
(255,80,126)
0 Favorites   0 Comments

Color spaces of #ff507e

RGB 25580126
HSL0.961.000.66
HSV344°69°100°
CMYK 0.000.690.51   0.00
XYZ47.874628.503722.7172
Yxy28.50370.48310.2876
Hunter Lab53.388966.633212.1440
CIE-Lab60.341168.768713.0016

#ff507e color RGB value is (255,80,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01111110
Octal 377 120 176
Decimal 255 80 126
Hex FF 50 7E

RGB Percentages of Color #ff507e

%55.31
%17.35
%27.33

CMYK Percentages of Color #ff507e

%0
%69
%51
%0

Triadic Colors of #ff507e

#ff507e #7eff50 #507eff

Analogous Colors of #ff507e

#ff507e #ff7a50 #ff50d6

Monochromatic Colors of #ff507e

#ff507e

Complementary Color

#ff507e #50ffd1

#ff507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff507e Color CSS Codes

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

#ff507e Text Font Color

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

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


#ff507e Background Color

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

This div background color is #ff507e


#ff507e Border Color

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

This div border color is #ff507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff507e

Related Colors


Comments

No comments written yet.

Please login to write comment.