Color Hex Logo

#ff02aa Color Hex

#FF02AA
(255,2,170)
0 Favorites   0 Comments

Color spaces of #ff02aa

RGB 2552170
HSL0.891.000.50
HSV320°99°100°
CMYK 0.000.990.33   0.00
XYZ48.517424.205740.1452
Yxy24.20570.42990.2145
Hunter Lab49.199389.9273-13.9394
CIE-Lab56.293287.9893-18.7694

#ff02aa color RGB value is (255,2,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000010 10101010
Octal 377 2 252
Decimal 255 2 170
Hex FF 2 AA

RGB Percentages of Color #ff02aa

%59.72
%0.47
%39.81

CMYK Percentages of Color #ff02aa

%0
%99
%33
%0

Triadic Colors of #ff02aa

#ff02aa #aaff02 #02aaff

Analogous Colors of #ff02aa

#ff02aa #ff022c #d602ff

Monochromatic Colors of #ff02aa

#ff02aa

Complementary Color

#ff02aa #02ff57

#ff02aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff02aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff02aa Color CSS Codes

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

#ff02aa Text Font Color

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

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


#ff02aa Background Color

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

This div background color is #ff02aa


#ff02aa Border Color

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

This div border color is #ff02aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff02aa

Related Colors


Comments

No comments written yet.

Please login to write comment.