Color Hex Logo

#fe2fdc Color Hex

#FE2FDC
(254,47,220)
0 Favorites   0 Comments

Color spaces of #fe2fdc

RGB 25447220
HSL0.860.990.59
HSV310°81°100°
CMYK 0.000.810.13   0.00
XYZ54.807828.271270.2783
Yxy28.27120.35740.1843
Hunter Lab53.170790.9474-41.1471
CIE-Lab60.133088.0112-41.5787

#fe2fdc color RGB value is (254,47,220).

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

The process color (four color CMYK) of #fe2fdc color hex is 0.00, 0.81, 0.13, 0.00. Web safe color of #fe2fdc is #ff33cc. Color #fe2fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101111 11011100
Octal 376 57 334
Decimal 254 47 220
Hex FE 2F DC

RGB Percentages of Color #fe2fdc

%48.75
%9.02
%42.23

CMYK Percentages of Color #fe2fdc

%0
%81
%13
%0

Triadic Colors of #fe2fdc

#fe2fdc #dcfe2f #2fdcfe

Analogous Colors of #fe2fdc

#fe2fdc #fe2f75 #b92ffe

Monochromatic Colors of #fe2fdc

#fe2fdc

Complementary Color

#fe2fdc #2ffe51

#fe2fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2fdc Color CSS Codes

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

#fe2fdc Text Font Color

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

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


#fe2fdc Background Color

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

This div background color is #fe2fdc


#fe2fdc Border Color

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

This div border color is #fe2fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2fdc

Related Colors


Comments

No comments written yet.

Please login to write comment.