Color Hex Logo

#fe10dc Color Hex

#FE10DC
(254,16,220)
0 Favorites   0 Comments

Color spaces of #fe10dc

RGB 25416220
HSL0.860.990.53
HSV309°94°100°
CMYK 0.000.940.13   0.00
XYZ53.976626.608770.0013
Yxy26.60870.35840.1767
Hunter Lab51.583696.5093-44.3507
CIE-Lab58.610492.4595-43.9765

#fe10dc color RGB value is (254,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010000 11011100
Octal 376 20 334
Decimal 254 16 220
Hex FE 10 DC

RGB Percentages of Color #fe10dc

%51.84
%3.27
%44.90

CMYK Percentages of Color #fe10dc

%0
%94
%13
%0

Triadic Colors of #fe10dc

#fe10dc #dcfe10 #10dcfe

Analogous Colors of #fe10dc

#fe10dc #fe1065 #a910fe

Monochromatic Colors of #fe10dc

#fe10dc

Complementary Color

#fe10dc #10fe32

#fe10dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe10dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe10dc Color CSS Codes

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

#fe10dc Text Font Color

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

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


#fe10dc Background Color

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

This div background color is #fe10dc


#fe10dc Border Color

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

This div border color is #fe10dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe10dc


Comments

No comments written yet.

Please login to write comment.