Color Hex Logo

#fe20dc Color Hex

#FE20DC
(254,32,220)
0 Favorites   0 Comments

Color spaces of #fe20dc

RGB 25432220
HSL0.860.990.56
HSV309°87°100°
CMYK 0.000.870.13   0.00
XYZ54.307827.271270.1117
Yxy27.27120.35800.1798
Hunter Lab52.221894.2419-43.0460
CIE-Lab59.224590.6575-43.0083

#fe20dc color RGB value is (254,32,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 11011100
Octal 376 40 334
Decimal 254 32 220
Hex FE 20 DC

RGB Percentages of Color #fe20dc

%50.20
%6.32
%43.48

CMYK Percentages of Color #fe20dc

%0
%87
%13
%0

Triadic Colors of #fe20dc

#fe20dc #dcfe20 #20dcfe

Analogous Colors of #fe20dc

#fe20dc #fe206d #b120fe

Monochromatic Colors of #fe20dc

#fe20dc

Complementary Color

#fe20dc #20fe42

#fe20dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe20dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe20dc Color CSS Codes

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

#fe20dc Text Font Color

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

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


#fe20dc Background Color

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

This div background color is #fe20dc


#fe20dc Border Color

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

This div border color is #fe20dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe20dc

Related Colors


Comments

No comments written yet.

Please login to write comment.