Color Hex Logo

#ff40cd Color Hex

#FF40CD
(255,64,205)
0 Favorites   0 Comments

Color spaces of #ff40cd

RGB 25564205
HSL0.881.000.63
HSV316°75°100°
CMYK 0.000.750.20   0.00
XYZ54.092829.334660.5687
Yxy29.33460.37570.2037
Hunter Lab54.161483.4913-28.3910
CIE-Lab61.075882.1296-31.5956

#ff40cd color RGB value is (255,64,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 11001101
Octal 377 100 315
Decimal 255 64 205
Hex FF 40 CD

RGB Percentages of Color #ff40cd

%48.66
%12.21
%39.12

CMYK Percentages of Color #ff40cd

%0
%75
%20
%0

Triadic Colors of #ff40cd

#ff40cd #cdff40 #40cdff

Analogous Colors of #ff40cd

#ff40cd #ff406e #d240ff

Monochromatic Colors of #ff40cd

#ff40cd

Complementary Color

#ff40cd #40ff72

#ff40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff40cd Color CSS Codes

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

#ff40cd Text Font Color

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

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


#ff40cd Background Color

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

This div background color is #ff40cd


#ff40cd Border Color

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

This div border color is #ff40cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff40cd

Related Colors


Comments

No comments written yet.

Please login to write comment.