Color Hex Logo

#ff13ab Color Hex

#FF13AB
(255,19,171)
0 Favorites   0 Comments

Color spaces of #ff13ab

RGB 25519171
HSL0.891.000.54
HSV321°93°100°
CMYK 0.000.930.33   0.00
XYZ48.823624.666040.7158
Yxy24.66600.42750.2160
Hunter Lab49.664988.5628-13.8412
CIE-Lab56.748586.8654-18.6605

#ff13ab color RGB value is (255,19,171).

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

The process color (four color CMYK) of #ff13ab color hex is 0.00, 0.93, 0.33, 0.00. Web safe color of #ff13ab is #ff0099. Color #ff13ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 10101011
Octal 377 23 253
Decimal 255 19 171
Hex FF 13 AB

RGB Percentages of Color #ff13ab

%57.30
%4.27
%38.43

CMYK Percentages of Color #ff13ab

%0
%93
%33
%0

Triadic Colors of #ff13ab

#ff13ab #abff13 #13abff

Analogous Colors of #ff13ab

#ff13ab #ff1335 #dd13ff

Monochromatic Colors of #ff13ab

#ff13ab

Complementary Color

#ff13ab #13ff67

#ff13ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff13ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff13ab Color CSS Codes

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

#ff13ab Text Font Color

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

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


#ff13ab Background Color

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

This div background color is #ff13ab


#ff13ab Border Color

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

This div border color is #ff13ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff13ab

Related Colors


Comments

No comments written yet.

Please login to write comment.