Color Hex Logo

#ff01ab Color Hex

#FF01AB
(255,1,171)
0 Favorites   0 Comments

Color spaces of #ff01ab

RGB 2551171
HSL0.891.000.50
HSV320°100°100°
CMYK 0.001.000.33   0.00
XYZ48.601524.222040.6418
Yxy24.22200.42830.2135
Hunter Lab49.215990.1441-14.5098
CIE-Lab56.309488.1501-19.3303

#ff01ab color RGB value is (255,1,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 10101011
Octal 377 1 253
Decimal 255 1 171
Hex FF 1 AB

RGB Percentages of Color #ff01ab

%59.72
%0.23
%40.05

CMYK Percentages of Color #ff01ab

%0
%100
%33
%0

Triadic Colors of #ff01ab

#ff01ab #abff01 #01abff

Analogous Colors of #ff01ab

#ff01ab #ff012c #d401ff

Monochromatic Colors of #ff01ab

#ff01ab

Complementary Color

#ff01ab #01ff55

#ff01ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff01ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff01ab Color CSS Codes

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

#ff01ab Text Font Color

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

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


#ff01ab Background Color

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

This div background color is #ff01ab


#ff01ab Border Color

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

This div border color is #ff01ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff01ab


Comments

No comments written yet.

Please login to write comment.