Color Hex Logo

#ff165a Color Hex

#FF165A
(255,22,90)
0 Favorites   0 Comments

Color spaces of #ff165a

RGB 2552290
HSL0.951.000.54
HSV342°91°100°
CMYK 0.000.910.65   0.00
XYZ43.372422.572011.7437
Yxy22.57200.55830.2905
Hunter Lab47.510079.812118.6015
CIE-Lab54.628780.507626.5719

#ff165a color RGB value is (255,22,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010110 01011010
Octal 377 26 132
Decimal 255 22 90
Hex FF 16 5A

RGB Percentages of Color #ff165a

%69.48
%5.99
%24.52

CMYK Percentages of Color #ff165a

%0
%91
%65
%0

Triadic Colors of #ff165a

#ff165a #5aff16 #165aff

Analogous Colors of #ff165a

#ff165a #ff4716 #ff16cf

Monochromatic Colors of #ff165a

#ff165a

Complementary Color

#ff165a #16ffbb

#ff165a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff165a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff165a Color CSS Codes

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

#ff165a Text Font Color

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

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


#ff165a Background Color

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

This div background color is #ff165a


#ff165a Border Color

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

This div border color is #ff165a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff165a

Related Colors

#ff165a Color Palettes


Comments

No comments written yet.

Please login to write comment.