Color Hex Logo

#fe4cdf Color Hex

#FE4CDF
(254,76,223)
0 Favorites   0 Comments

Color spaces of #fe4cdf

RGB 25476223
HSL0.860.990.65
HSV310°70°100°
CMYK 0.000.700.12   0.00
XYZ56.776831.567472.9127
Yxy31.56740.35210.1958
Hunter Lab56.184982.0570-37.6129
CIE-Lab62.983780.6487-38.7969

#fe4cdf color RGB value is (254,76,223).

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

The process color (four color CMYK) of #fe4cdf color hex is 0.00, 0.70, 0.12, 0.00. Web safe color of #fe4cdf is #ff33cc. Color #fe4cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001100 11011111
Octal 376 114 337
Decimal 254 76 223
Hex FE 4C DF

RGB Percentages of Color #fe4cdf

%45.93
%13.74
%40.33

CMYK Percentages of Color #fe4cdf

%0
%70
%12
%0

Triadic Colors of #fe4cdf

#fe4cdf #dffe4c #4cdffe

Analogous Colors of #fe4cdf

#fe4cdf #fe4c86 #c44cfe

Monochromatic Colors of #fe4cdf

#fe4cdf

Complementary Color

#fe4cdf #4cfe6b

#fe4cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4cdf Color CSS Codes

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

#fe4cdf Text Font Color

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

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


#fe4cdf Background Color

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

This div background color is #fe4cdf


#fe4cdf Border Color

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

This div border color is #fe4cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4cdf


Comments

No comments written yet.

Please login to write comment.