Color Hex Logo

#ff40db Color Hex

#FF40DB
(255,64,219)
0 Favorites   0 Comments

Color spaces of #ff40db

RGB 25564219
HSL0.861.000.63
HSV311°75°100°
CMYK 0.000.750.14   0.00
XYZ55.859630.041369.8722
Yxy30.04130.35860.1929
Hunter Lab54.809986.0010-37.2165
CIE-Lab61.689883.9459-38.5609

#ff40db color RGB value is (255,64,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 11011011
Octal 377 100 333
Decimal 255 64 219
Hex FF 40 DB

RGB Percentages of Color #ff40db

%47.40
%11.90
%40.71

CMYK Percentages of Color #ff40db

%0
%75
%14
%0

Triadic Colors of #ff40db

#ff40db #dbff40 #40dbff

Analogous Colors of #ff40db

#ff40db #ff407c #c440ff

Monochromatic Colors of #ff40db

#ff40db

Complementary Color

#ff40db #40ff64

#ff40db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff40db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff40db Color CSS Codes

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

#ff40db Text Font Color

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

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


#ff40db Background Color

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

This div background color is #ff40db


#ff40db Border Color

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

This div border color is #ff40db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff40db

Related Colors


Comments

No comments written yet.

Please login to write comment.