Color Hex Logo

#ff2aab Color Hex

#FF2AAB
(255,42,171)
0 Favorites   0 Comments

Color spaces of #ff2aab

RGB 25542171
HSL0.901.000.58
HSV324°84°100°
CMYK 0.000.840.33   0.00
XYZ49.418725.856240.9142
Yxy25.85620.42530.2225
Hunter Lab50.849084.4934-12.1117
CIE-Lab57.900383.5212-16.9084

#ff2aab color RGB value is (255,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101010 10101011
Octal 377 52 253
Decimal 255 42 171
Hex FF 2A AB

RGB Percentages of Color #ff2aab

%54.49
%8.97
%36.54

CMYK Percentages of Color #ff2aab

%0
%84
%33
%0

Triadic Colors of #ff2aab

#ff2aab #abff2a #2aabff

Analogous Colors of #ff2aab

#ff2aab #ff2a40 #e92aff

Monochromatic Colors of #ff2aab

#ff2aab

Complementary Color

#ff2aab #2aff7e

#ff2aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2aab Color CSS Codes

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

#ff2aab Text Font Color

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

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


#ff2aab Background Color

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

This div background color is #ff2aab


#ff2aab Border Color

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

This div border color is #ff2aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2aab


Comments

No comments written yet.

Please login to write comment.