Color Hex Logo

#ff32aa Color Hex

#FF32AA
(255,50,170)
0 Favorites   0 Comments

Color spaces of #ff32aa

RGB 25550170
HSL0.901.000.60
HSV325°80°100°
CMYK 0.000.800.33   0.00
XYZ49.636326.443540.5182
Yxy26.44350.42570.2268
Hunter Lab51.423282.3065-10.7204
CIE-Lab58.455681.7167-15.4838

#ff32aa color RGB value is (255,50,170).

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

The process color (four color CMYK) of #ff32aa color hex is 0.00, 0.80, 0.33, 0.00. Web safe color of #ff32aa is #ff3399. Color #ff32aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110010 10101010
Octal 377 62 252
Decimal 255 50 170
Hex FF 32 AA

RGB Percentages of Color #ff32aa

%53.68
%10.53
%35.79

CMYK Percentages of Color #ff32aa

%0
%80
%33
%0

Triadic Colors of #ff32aa

#ff32aa #aaff32 #32aaff

Analogous Colors of #ff32aa

#ff32aa #ff3244 #ee32ff

Monochromatic Colors of #ff32aa

#ff32aa

Complementary Color

#ff32aa #32ff87

#ff32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff32aa Color CSS Codes

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

#ff32aa Text Font Color

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

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


#ff32aa Background Color

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

This div background color is #ff32aa


#ff32aa Border Color

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

This div border color is #ff32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff32aa

Related Colors


Comments

No comments written yet.

Please login to write comment.