Color Hex Logo

#ff40e5 Color Hex

#FF40E5
(255,64,229)
0 Favorites   0 Comments

Color spaces of #ff40e5

RGB 25564229
HSL0.861.000.63
HSV308°75°100°
CMYK 0.000.750.10   0.00
XYZ57.216330.583977.0164
Yxy30.58390.34720.1856
Hunter Lab55.302787.8967-43.8573
CIE-Lab62.154885.3054-43.4490

#ff40e5 color RGB value is (255,64,229).

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

The process color (four color CMYK) of #ff40e5 color hex is 0.00, 0.75, 0.10, 0.00. Web safe color of #ff40e5 is #ff33cc. Color #ff40e5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 11100101
Octal 377 100 345
Decimal 255 64 229
Hex FF 40 E5

RGB Percentages of Color #ff40e5

%46.53
%11.68
%41.79

CMYK Percentages of Color #ff40e5

%0
%75
%10
%0

Triadic Colors of #ff40e5

#ff40e5 #e5ff40 #40e5ff

Analogous Colors of #ff40e5

#ff40e5 #ff4086 #ba40ff

Monochromatic Colors of #ff40e5

#ff40e5

Complementary Color

#ff40e5 #40ff5a

#ff40e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff40e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff40e5 Color CSS Codes

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

#ff40e5 Text Font Color

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

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


#ff40e5 Background Color

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

This div background color is #ff40e5


#ff40e5 Border Color

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

This div border color is #ff40e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff40e5

Related Colors


Comments

No comments written yet.

Please login to write comment.