Color Hex Logo

#ff1550 Color Hex

#FF1550
(255,21,80)
0 Favorites   0 Comments

Color spaces of #ff1550

RGB 2552180
HSL0.961.000.54
HSV345°92°100°
CMYK 0.000.920.69   0.00
XYZ42.956122.37559.6443
Yxy22.37550.57290.2984
Hunter Lab47.302779.317821.0236
CIE-Lab54.423280.158132.2668

#ff1550 color RGB value is (255,21,80).

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

The process color (four color CMYK) of #ff1550 color hex is 0.00, 0.92, 0.69, 0.00. Web safe color of #ff1550 is #ff0066. Color #ff1550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 01010000
Octal 377 25 120
Decimal 255 21 80
Hex FF 15 50

RGB Percentages of Color #ff1550

%71.63
%5.90
%22.47

CMYK Percentages of Color #ff1550

%0
%92
%69
%0

Triadic Colors of #ff1550

#ff1550 #50ff15 #1550ff

Analogous Colors of #ff1550

#ff1550 #ff4f15 #ff15c5

Monochromatic Colors of #ff1550

#ff1550

Complementary Color

#ff1550 #15ffc4

#ff1550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1550 Color CSS Codes

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

#ff1550 Text Font Color

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

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


#ff1550 Background Color

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

This div background color is #ff1550


#ff1550 Border Color

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

This div border color is #ff1550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1550

#ff1550 Color Palettes


Comments

No comments written yet.

Please login to write comment.