Color Hex Logo

#ff508c Color Hex

#FF508C
(255,80,140)
0 Favorites   0 Comments

Color spaces of #ff508c

RGB 25580140
HSL0.941.000.66
HSV339°69°100°
CMYK 0.000.690.45   0.00
XYZ48.842328.890827.8131
Yxy28.89080.46280.2737
Hunter Lab53.750268.13866.9454
CIE-Lab60.685169.94845.3163

#ff508c color RGB value is (255,80,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 10001100
Octal 377 120 214
Decimal 255 80 140
Hex FF 50 8C

RGB Percentages of Color #ff508c

%53.68
%16.84
%29.47

CMYK Percentages of Color #ff508c

%0
%69
%45
%0

Triadic Colors of #ff508c

#ff508c #8cff50 #508cff

Analogous Colors of #ff508c

#ff508c #ff6c50 #ff50e4

Monochromatic Colors of #ff508c

#ff508c

Complementary Color

#ff508c #50ffc3

#ff508c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff508c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff508c Color CSS Codes

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

#ff508c Text Font Color

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

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


#ff508c Background Color

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

This div background color is #ff508c


#ff508c Border Color

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

This div border color is #ff508c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff508c

Related Colors


Comments

No comments written yet.

Please login to write comment.