Color Hex Logo

#ff155a Color Hex

#FF155A
(255,21,90)
0 Favorites   0 Comments

Color spaces of #ff155a

RGB 2552190
HSL0.951.000.54
HSV342°92°100°
CMYK 0.000.920.65   0.00
XYZ43.353622.534511.7375
Yxy22.53450.55850.2903
Hunter Lab47.470579.946018.5694
CIE-Lab54.589680.620726.5212

#ff155a color RGB value is (255,21,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 01011010
Octal 377 25 132
Decimal 255 21 90
Hex FF 15 5A

RGB Percentages of Color #ff155a

%69.67
%5.74
%24.59

CMYK Percentages of Color #ff155a

%0
%92
%65
%0

Triadic Colors of #ff155a

#ff155a #5aff15 #155aff

Analogous Colors of #ff155a

#ff155a #ff4515 #ff15cf

Monochromatic Colors of #ff155a

#ff155a

Complementary Color

#ff155a #15ffba

#ff155a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff155a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff155a Color CSS Codes

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

#ff155a Text Font Color

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

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


#ff155a Background Color

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

This div background color is #ff155a


#ff155a Border Color

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

This div border color is #ff155a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff155a

Related Colors


Comments

No comments written yet.

Please login to write comment.