Color Hex Logo

#ff1aaf Color Hex

#FF1AAF
(255,26,175)
0 Favorites   0 Comments

Color spaces of #ff1aaf

RGB 25526175
HSL0.891.000.55
HSV321°90°100°
CMYK 0.000.900.31   0.00
XYZ49.347325.093942.8002
Yxy25.09390.42090.2140
Hunter Lab50.093888.1758-15.5918
CIE-Lab57.166886.4892-20.3574

#ff1aaf color RGB value is (255,26,175).

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

The process color (four color CMYK) of #ff1aaf color hex is 0.00, 0.90, 0.31, 0.00. Web safe color of #ff1aaf is #ff3399. Color #ff1aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011010 10101111
Octal 377 32 257
Decimal 255 26 175
Hex FF 1A AF

RGB Percentages of Color #ff1aaf

%55.92
%5.70
%38.38

CMYK Percentages of Color #ff1aaf

%0
%90
%31
%0

Triadic Colors of #ff1aaf

#ff1aaf #afff1a #1aafff

Analogous Colors of #ff1aaf

#ff1aaf #ff1a3d #dd1aff

Monochromatic Colors of #ff1aaf

#ff1aaf

Complementary Color

#ff1aaf #1aff6a

#ff1aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1aaf Color CSS Codes

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

#ff1aaf Text Font Color

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

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


#ff1aaf Background Color

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

This div background color is #ff1aaf


#ff1aaf Border Color

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

This div border color is #ff1aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1aaf


Comments

No comments written yet.

Please login to write comment.