Color Hex Logo

#ff407d Color Hex

#FF407D
(255,64,125)
0 Favorites   0 Comments

Color spaces of #ff407d

RGB 25564125
HSL0.951.000.63
HSV341°75°100°
CMYK 0.000.750.51   0.00
XYZ46.775126.407522.0339
Yxy26.40750.49120.2773
Hunter Lab51.388272.546610.5498
CIE-Lab58.421873.972210.8940

#ff407d color RGB value is (255,64,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 01111101
Octal 377 100 175
Decimal 255 64 125
Hex FF 40 7D

RGB Percentages of Color #ff407d

%57.43
%14.41
%28.15

CMYK Percentages of Color #ff407d

%0
%75
%51
%0

Triadic Colors of #ff407d

#ff407d #7dff40 #407dff

Analogous Colors of #ff407d

#ff407d #ff6340 #ff40dd

Monochromatic Colors of #ff407d

#ff407d

Complementary Color

#ff407d #40ffc2

#ff407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff407d Color CSS Codes

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

#ff407d Text Font Color

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

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


#ff407d Background Color

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

This div background color is #ff407d


#ff407d Border Color

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

This div border color is #ff407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff407d


Comments

No comments written yet.

Please login to write comment.