Color Hex Logo

#fe1cda Color Hex

#FE1CDA
(254,28,218)
0 Favorites   0 Comments

Color spaces of #fe1cda

RGB 25428218
HSL0.860.990.55
HSV310°89°100°
CMYK 0.000.890.14   0.00
XYZ53.943226.963368.6910
Yxy26.96330.36060.1802
Hunter Lab51.926294.5627-42.0839
CIE-Lab58.940390.9518-42.3238

#fe1cda color RGB value is (254,28,218).

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

The process color (four color CMYK) of #fe1cda color hex is 0.00, 0.89, 0.14, 0.00. Web safe color of #fe1cda is #ff33cc. Color #fe1cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011100 11011010
Octal 376 34 332
Decimal 254 28 218
Hex FE 1C DA

RGB Percentages of Color #fe1cda

%50.80
%5.60
%43.60

CMYK Percentages of Color #fe1cda

%0
%89
%14
%0

Triadic Colors of #fe1cda

#fe1cda #dafe1c #1cdafe

Analogous Colors of #fe1cda

#fe1cda #fe1c69 #b11cfe

Monochromatic Colors of #fe1cda

#fe1cda

Complementary Color

#fe1cda #1cfe40

#fe1cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1cda Color CSS Codes

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

#fe1cda Text Font Color

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

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


#fe1cda Background Color

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

This div background color is #fe1cda


#fe1cda Border Color

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

This div border color is #fe1cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1cda


Comments

No comments written yet.

Please login to write comment.