Color Hex Logo

#fe208a Color Hex

#FE208A
(254,32,138)
0 Favorites   0 Comments

Color spaces of #fe208a

RGB 25432138
HSL0.920.990.56
HSV331°87°100°
CMYK 0.000.870.46   0.00
XYZ45.977023.938826.2422
Yxy23.93880.47810.2490
Hunter Lab48.927382.11382.4489
CIE-Lab56.026582.0391-0.2803

#fe208a color RGB value is (254,32,138).

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

The process color (four color CMYK) of #fe208a color hex is 0.00, 0.87, 0.46, 0.00. Web safe color of #fe208a is #ff3399. Color #fe208a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 10001010
Octal 376 40 212
Decimal 254 32 138
Hex FE 20 8A

RGB Percentages of Color #fe208a

%59.91
%7.55
%32.55

CMYK Percentages of Color #fe208a

%0
%87
%46
%0

Triadic Colors of #fe208a

#fe208a #8afe20 #208afe

Analogous Colors of #fe208a

#fe208a #fe2520 #fe20f9

Monochromatic Colors of #fe208a

#fe208a

Complementary Color

#fe208a #20fe94

#fe208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe208a Color CSS Codes

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

#fe208a Text Font Color

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

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


#fe208a Background Color

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

This div background color is #fe208a


#fe208a Border Color

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

This div border color is #fe208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe208a


Comments

No comments written yet.

Please login to write comment.