color codes Logo

#ff407c color codes

#FF407C
(255,64,124)
0 Favorites   0 Comments

Color spaces of #ff407c

RGB 25564124
HSL0.951.000.63
HSV341°75°100°
CMYK 0.000.750.51   0.00
XYZ46.711526.382021.6991
Yxy26.38200.49280.2783
Hunter Lab51.363472.447510.9066
CIE-Lab58.397973.896511.4504

#ff407c color RGB value is (255,64,124).

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

The process color (four color CMYK) of #ff407c color code is 0.00, 0.75, 0.51, 0.00. Web safe color of #ff407c is #ff3366. Color #ff407c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 01111100
Octal 377 100 174
Decimal 255 64 124
Hex FF 40 7C

RGB Percentages of Color #ff407c

%57.56
%14.45
%27.99

CMYK Percentages of Color #ff407c

%0
%75
%51
%0

Triadic Colors of #ff407c

#ff407c #7cff40 #407cff

Analogous Colors of #ff407c

#ff407c #ff6440 #ff40dc

Monochromatic Colors of #ff407c

#ff407c

Complementary Color

#ff407c #40ffc3

#ff407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff407c Color CSS Codes

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

#ff407c Text Font Color

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

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


#ff407c Background Color

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

This div background color is #ff407c


#ff407c Border Color

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

This div border color is #ff407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff407c

#ff407c Color Palettes


Comments

No comments written yet.

Please login to write comment.