Color Hex Logo

#ff1aad Color Hex

#FF1AAD
(255,26,173)
0 Favorites   0 Comments

Color spaces of #ff1aad

RGB 25526173
HSL0.891.000.55
HSV321°90°100°
CMYK 0.000.900.32   0.00
XYZ49.152225.015941.7731
Yxy25.01590.42390.2158
Hunter Lab50.015987.8898-14.5077
CIE-Lab57.090986.2860-19.3068

#ff1aad color RGB value is (255,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011010 10101101
Octal 377 32 255
Decimal 255 26 173
Hex FF 1A AD

RGB Percentages of Color #ff1aad

%56.17
%5.73
%38.11

CMYK Percentages of Color #ff1aad

%0
%90
%32
%0

Triadic Colors of #ff1aad

#ff1aad #adff1a #1aadff

Analogous Colors of #ff1aad

#ff1aad #ff1a3a #df1aff

Monochromatic Colors of #ff1aad

#ff1aad

Complementary Color

#ff1aad #1aff6c

#ff1aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1aad Color CSS Codes

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

#ff1aad Text Font Color

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

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


#ff1aad Background Color

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

This div background color is #ff1aad


#ff1aad Border Color

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

This div border color is #ff1aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1aad


Comments

No comments written yet.

Please login to write comment.