Color Hex Logo

#fe205d Color Hex

#FE205D
(254,32,93)
0 Favorites   0 Comments

Color spaces of #fe205d

RGB 2543293
HSL0.950.990.56
HSV344°87°100°
CMYK 0.000.870.63   0.00
XYZ43.365322.894212.4893
Yxy22.89420.55070.2907
Hunter Lab47.847978.043618.0176
CIE-Lab54.963279.044925.1750

#fe205d color RGB value is (254,32,93).

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

The process color (four color CMYK) of #fe205d color hex is 0.00, 0.87, 0.63, 0.00. Web safe color of #fe205d is #ff3366. Color #fe205d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100000 01011101
Octal 376 40 135
Decimal 254 32 93
Hex FE 20 5D

RGB Percentages of Color #fe205d

%67.02
%8.44
%24.54

CMYK Percentages of Color #fe205d

%0
%87
%63
%0

Triadic Colors of #fe205d

#fe205d #5dfe20 #205dfe

Analogous Colors of #fe205d

#fe205d #fe5220 #fe20cc

Monochromatic Colors of #fe205d

#fe205d

Complementary Color

#fe205d #20fec1

#fe205d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe205d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe205d Color CSS Codes

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

#fe205d Text Font Color

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

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


#fe205d Background Color

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

This div background color is #fe205d


#fe205d Border Color

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

This div border color is #fe205d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe205d

Related Colors


Comments

No comments written yet.

Please login to write comment.