color codes Logo

#fe208d color codes

#FE208D
(254,32,141)
0 Favorites   0 Comments

Color spaces of #fe208d

RGB 25432141
HSL0.920.990.56
HSV331°87°100°
CMYK 0.000.870.44   0.00
XYZ46.197324.026927.4021
Yxy24.02690.47320.2461
Hunter Lab49.017282.45081.1672
CIE-Lab56.114782.2846-1.9356

#fe208d color RGB value is (254,32,141).

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

The process color (four color CMYK) of #fe208d color code is 0.00, 0.87, 0.44, 0.00. Web safe color of #fe208d is #ff3399. Color #fe208d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 10001101
Octal 376 40 215
Decimal 254 32 141
Hex FE 20 8D

RGB Percentages of Color #fe208d

%59.48
%7.49
%33.02

CMYK Percentages of Color #fe208d

%0
%87
%44
%0

Triadic Colors of #fe208d

#fe208d #8dfe20 #208dfe

Analogous Colors of #fe208d

#fe208d #fe2220 #fe20fc

Monochromatic Colors of #fe208d

#fe208d

Complementary Color

#fe208d #20fe91

#fe208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe208d Color CSS Codes

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

#fe208d Text Font Color

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

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


#fe208d Background Color

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

This div background color is #fe208d


#fe208d Border Color

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

This div border color is #fe208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe208d


Comments

No comments written yet.

Please login to write comment.