Color Hex Logo

#ff115a Color Hex

#FF115A
(255,17,90)
0 Favorites   0 Comments

Color spaces of #ff115a

RGB 2551790
HSL0.951.000.53
HSV342°93°100°
CMYK 0.000.930.65   0.00
XYZ43.285922.399111.7149
Yxy22.39910.55930.2894
Hunter Lab47.327780.432618.4535
CIE-Lab54.447981.030826.3381

#ff115a color RGB value is (255,17,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 01011010
Octal 377 21 132
Decimal 255 17 90
Hex FF 11 5A

RGB Percentages of Color #ff115a

%70.44
%4.70
%24.86

CMYK Percentages of Color #ff115a

%0
%93
%65
%0

Triadic Colors of #ff115a

#ff115a #5aff11 #115aff

Analogous Colors of #ff115a

#ff115a #ff3f11 #ff11d1

Monochromatic Colors of #ff115a

#ff115a

Complementary Color

#ff115a #11ffb6

#ff115a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff115a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff115a Color CSS Codes

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

#ff115a Text Font Color

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

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


#ff115a Background Color

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

This div background color is #ff115a


#ff115a Border Color

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

This div border color is #ff115a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff115a


Comments

No comments written yet.

Please login to write comment.