Color Hex Logo

#ff1377 Color Hex

#FF1377
(255,19,119)
0 Favorites   0 Comments

Color spaces of #ff1377

RGB 25519119
HSL0.931.000.54
HSV335°93°100°
CMYK 0.000.930.53   0.00
XYZ44.802623.057719.5420
Yxy23.05770.51260.2638
Hunter Lab48.018482.51349.4837
CIE-Lab55.131782.52509.8260

#ff1377 color RGB value is (255,19,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 01110111
Octal 377 23 167
Decimal 255 19 119
Hex FF 13 77

RGB Percentages of Color #ff1377

%64.89
%4.83
%30.28

CMYK Percentages of Color #ff1377

%0
%93
%53
%0

Triadic Colors of #ff1377

#ff1377 #77ff13 #1377ff

Analogous Colors of #ff1377

#ff1377 #ff2513 #ff13ed

Monochromatic Colors of #ff1377

#ff1377

Complementary Color

#ff1377 #13ff9b

#ff1377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1377 Color CSS Codes

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

#ff1377 Text Font Color

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

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


#ff1377 Background Color

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

This div background color is #ff1377


#ff1377 Border Color

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

This div border color is #ff1377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1377

#ff1377 Color Palettes


Comments

No comments written yet.

Please login to write comment.