Color Hex Logo

#fe40cd Color Hex

#FE40CD
(254,64,205)
0 Favorites   0 Comments

Color spaces of #fe40cd

RGB 25464205
HSL0.880.990.62
HSV315°75°100°
CMYK 0.000.750.19   0.00
XYZ53.725929.145460.5516
Yxy29.14540.37460.2032
Hunter Lab53.986583.1621-28.7095
CIE-Lab60.909781.9064-31.8664

#fe40cd color RGB value is (254,64,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 11001101
Octal 376 100 315
Decimal 254 64 205
Hex FE 40 CD

RGB Percentages of Color #fe40cd

%48.57
%12.24
%39.20

CMYK Percentages of Color #fe40cd

%0
%75
%19
%0

Triadic Colors of #fe40cd

#fe40cd #cdfe40 #40cdfe

Analogous Colors of #fe40cd

#fe40cd #fe406e #d040fe

Monochromatic Colors of #fe40cd

#fe40cd

Complementary Color

#fe40cd #40fe71

#fe40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe40cd Color CSS Codes

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

#fe40cd Text Font Color

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

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


#fe40cd Background Color

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

This div background color is #fe40cd


#fe40cd Border Color

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

This div border color is #fe40cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,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 #fe40cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe40cd

Related Colors


Comments

No comments written yet.

Please login to write comment.