color codes Logo

#fe71dc color codes

#FE71DC
(254,113,220)
0 Favorites   0 Comments

Color spaces of #fe71dc

RGB 254113220
HSL0.870.990.72
HSV314°56°100°
CMYK 0.000.560.13   0.00
XYZ59.696438.048471.9079
Yxy38.04840.35190.2243
Hunter Lab61.683464.8041-25.9394
CIE-Lab68.056365.8818-29.2436

#fe71dc color RGB value is (254,113,220).

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

The process color (four color CMYK) of #fe71dc color code is 0.00, 0.56, 0.13, 0.00. Web safe color of #fe71dc is #ff66cc. Color #fe71dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 11011100
Octal 376 161 334
Decimal 254 113 220
Hex FE 71 DC

RGB Percentages of Color #fe71dc

%43.27
%19.25
%37.48

CMYK Percentages of Color #fe71dc

%0
%56
%13
%0

Triadic Colors of #fe71dc

#fe71dc #dcfe71 #71dcfe

Analogous Colors of #fe71dc

#fe71dc #fe7196 #da71fe

Monochromatic Colors of #fe71dc

#fe71dc

Complementary Color

#fe71dc #71fe93

#fe71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe71dc Color CSS Codes

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

#fe71dc Text Font Color

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

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


#fe71dc Background Color

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

This div background color is #fe71dc


#fe71dc Border Color

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

This div border color is #fe71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe71dc


Comments

No comments written yet.

Please login to write comment.