Color Hex Logo

#ff3aaa Color Hex

#FF3AAA
(255,58,170)
0 Favorites   0 Comments

Color spaces of #ff3aaa

RGB 25558170
HSL0.911.000.61
HSV326°77°100°
CMYK 0.000.770.33   0.00
XYZ50.008827.188440.6423
Yxy27.18840.42440.2307
Hunter Lab52.142579.9463-9.7137
CIE-Lab59.148379.7359-14.4362

#ff3aaa color RGB value is (255,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111010 10101010
Octal 377 72 252
Decimal 255 58 170
Hex FF 3A AA

RGB Percentages of Color #ff3aaa

%52.80
%12.01
%35.20

CMYK Percentages of Color #ff3aaa

%0
%77
%33
%0

Triadic Colors of #ff3aaa

#ff3aaa #aaff3a #3aaaff

Analogous Colors of #ff3aaa

#ff3aaa #ff3a48 #f23aff

Monochromatic Colors of #ff3aaa

#ff3aaa

Complementary Color

#ff3aaa #3aff8f

#ff3aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3aaa Color CSS Codes

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

#ff3aaa Text Font Color

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

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


#ff3aaa Background Color

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

This div background color is #ff3aaa


#ff3aaa Border Color

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

This div border color is #ff3aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3aaa

Related Colors

#ff3aaa Color Palettes


Comments

No comments written yet.

Please login to write comment.