Color Hex Logo

#ff02ab Color Hex

#FF02AB
(255,2,171)
0 Favorites   0 Comments

Color spaces of #ff02ab

RGB 2552171
HSL0.891.000.50
HSV320°99°100°
CMYK 0.000.990.33   0.00
XYZ48.612424.243740.6454
Yxy24.24370.42830.2136
Hunter Lab49.237990.0661-14.4768
CIE-Lab56.331088.0870-19.2974

#ff02ab color RGB value is (255,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000010 10101011
Octal 377 2 253
Decimal 255 2 171
Hex FF 2 AB

RGB Percentages of Color #ff02ab

%59.58
%0.47
%39.95

CMYK Percentages of Color #ff02ab

%0
%99
%33
%0

Triadic Colors of #ff02ab

#ff02ab #abff02 #02abff

Analogous Colors of #ff02ab

#ff02ab #ff022c #d502ff

Monochromatic Colors of #ff02ab

#ff02ab

Complementary Color

#ff02ab #02ff56

#ff02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff02ab Color CSS Codes

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

#ff02ab Text Font Color

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

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


#ff02ab Background Color

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

This div background color is #ff02ab


#ff02ab Border Color

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

This div border color is #ff02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff02ab

Related Colors


Comments

No comments written yet.

Please login to write comment.