Color Hex Logo

#ff40ab Color Hex

#FF40AB
(255,64,171)
0 Favorites   0 Comments

Color spaces of #ff40ab

RGB 25564171
HSL0.911.000.63
HSV326°75°100°
CMYK 0.000.750.33   0.00
XYZ50.424127.867141.2493
Yxy27.86710.42180.2331
Hunter Lab52.789378.1211-9.3764
CIE-Lab59.768578.1770-14.0803

#ff40ab color RGB value is (255,64,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 10101011
Octal 377 100 253
Decimal 255 64 171
Hex FF 40 AB

RGB Percentages of Color #ff40ab

%52.04
%13.06
%34.90

CMYK Percentages of Color #ff40ab

%0
%75
%33
%0

Triadic Colors of #ff40ab

#ff40ab #abff40 #40abff

Analogous Colors of #ff40ab

#ff40ab #ff404b #f440ff

Monochromatic Colors of #ff40ab

#ff40ab

Complementary Color

#ff40ab #40ff94

#ff40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff40ab Color CSS Codes

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

#ff40ab Text Font Color

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

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


#ff40ab Background Color

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

This div background color is #ff40ab


#ff40ab Border Color

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

This div border color is #ff40ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff40ab


Comments

No comments written yet.

Please login to write comment.