Color Hex Logo

#fe44dc Color Hex

#FE44DC
(254,68,220)
0 Favorites   0 Comments

Color spaces of #fe44dc

RGB 25468220
HSL0.860.990.63
HSV311°73°100°
CMYK 0.000.730.13   0.00
XYZ55.858430.372470.6285
Yxy30.37240.35610.1936
Hunter Lab55.111284.4757-37.4061
CIE-Lab61.974282.7171-38.6908

#fe44dc color RGB value is (254,68,220).

#fe44dc hex color red value is 254, green value is 68 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fe44dc hue: 0.86 , saturation: 0.99 and the lightness value of fe44dc is 0.63.

The process color (four color CMYK) of #fe44dc color hex is 0.00, 0.73, 0.13, 0.00. Web safe color of #fe44dc is #ff33cc. Color #fe44dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000100 11011100
Octal 376 104 334
Decimal 254 68 220
Hex FE 44 DC

RGB Percentages of Color #fe44dc

%46.86
%12.55
%40.59

CMYK Percentages of Color #fe44dc

%0
%73
%13
%0

Triadic Colors of #fe44dc

#fe44dc #dcfe44 #44dcfe

Analogous Colors of #fe44dc

#fe44dc #fe447f #c344fe

Monochromatic Colors of #fe44dc

#fe44dc

Complementary Color

#fe44dc #44fe66

#fe44dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe44dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe44dc Color CSS Codes

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

#fe44dc Text Font Color

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

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


#fe44dc Background Color

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

This div background color is #fe44dc


#fe44dc Border Color

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

This div border color is #fe44dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,68,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe44dc


Comments

No comments written yet.

Please login to write comment.