Color Hex Logo

#ff40af Color Hex

#FF40AF
(255,64,175)
0 Favorites   0 Comments

Color spaces of #ff40af

RGB 25564175
HSL0.901.000.63
HSV325°75°100°
CMYK 0.000.750.31   0.00
XYZ50.811328.021943.2882
Yxy28.02190.41610.2295
Hunter Lab52.935778.6989-11.4294
CIE-Lab59.908578.6068-16.1850

#ff40af color RGB value is (255,64,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 10101111
Octal 377 100 257
Decimal 255 64 175
Hex FF 40 AF

RGB Percentages of Color #ff40af

%51.62
%12.96
%35.43

CMYK Percentages of Color #ff40af

%0
%75
%31
%0

Triadic Colors of #ff40af

#ff40af #afff40 #40afff

Analogous Colors of #ff40af

#ff40af #ff404f #f040ff

Monochromatic Colors of #ff40af

#ff40af

Complementary Color

#ff40af #40ff90

#ff40af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff40af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff40af Color CSS Codes

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

#ff40af Text Font Color

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

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


#ff40af Background Color

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

This div background color is #ff40af


#ff40af Border Color

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

This div border color is #ff40af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff40af


Comments

No comments written yet.

Please login to write comment.