Color Hex Logo

#ff519b Color Hex

#FF519B
(255,81,155)
0 Favorites   0 Comments

Color spaces of #ff519b

RGB 25581155
HSL0.931.000.66
HSV334°68°100°
CMYK 0.000.680.39   0.00
XYZ50.098829.511434.0661
Yxy29.51140.44070.2596
Hunter Lab54.324469.54780.8471
CIE-Lab61.230371.0036-2.6185

#ff519b color RGB value is (255,81,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 10011011
Octal 377 121 233
Decimal 255 81 155
Hex FF 51 9B

RGB Percentages of Color #ff519b

%51.93
%16.50
%31.57

CMYK Percentages of Color #ff519b

%0
%68
%39
%0

Triadic Colors of #ff519b

#ff519b #9bff51 #519bff

Analogous Colors of #ff519b

#ff519b #ff5e51 #ff51f2

Monochromatic Colors of #ff519b

#ff519b

Complementary Color

#ff519b #51ffb5

#ff519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff519b Color CSS Codes

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

#ff519b Text Font Color

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

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


#ff519b Background Color

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

This div background color is #ff519b


#ff519b Border Color

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

This div border color is #ff519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff519b


Comments

No comments written yet.

Please login to write comment.