Color Hex Logo

#fe14dc Color Hex

#FE14DC
(254,20,220)
0 Favorites   0 Comments

Color spaces of #fe14dc

RGB 25420220
HSL0.860.990.54
HSV309°92°100°
CMYK 0.000.920.13   0.00
XYZ54.041526.738470.0229
Yxy26.73840.35840.1773
Hunter Lab51.709296.0601-44.0922
CIE-Lab58.731492.1037-43.7856

#fe14dc color RGB value is (254,20,220).

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

The process color (four color CMYK) of #fe14dc color hex is 0.00, 0.92, 0.13, 0.00. Web safe color of #fe14dc is #ff00cc. Color #fe14dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 11011100
Octal 376 24 334
Decimal 254 20 220
Hex FE 14 DC

RGB Percentages of Color #fe14dc

%51.42
%4.05
%44.53

CMYK Percentages of Color #fe14dc

%0
%92
%13
%0

Triadic Colors of #fe14dc

#fe14dc #dcfe14 #14dcfe

Analogous Colors of #fe14dc

#fe14dc #fe1467 #ab14fe

Monochromatic Colors of #fe14dc

#fe14dc

Complementary Color

#fe14dc #14fe36

#fe14dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe14dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe14dc Color CSS Codes

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

#fe14dc Text Font Color

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

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


#fe14dc Background Color

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

This div background color is #fe14dc


#fe14dc Border Color

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

This div border color is #fe14dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe14dc

Related Colors


Comments

No comments written yet.

Please login to write comment.