Color Hex Logo

#fe4adf Color Hex

#FE4ADF
(254,74,223)
0 Favorites   0 Comments

Color spaces of #fe4adf

RGB 25474223
HSL0.860.990.64
HSV310°71°100°
CMYK 0.000.710.12   0.00
XYZ56.641131.296172.8675
Yxy31.29610.35220.1946
Hunter Lab55.942982.8276-38.0671
CIE-Lab62.756881.2910-39.1519

#fe4adf color RGB value is (254,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001010 11011111
Octal 376 112 337
Decimal 254 74 223
Hex FE 4A DF

RGB Percentages of Color #fe4adf

%46.10
%13.43
%40.47

CMYK Percentages of Color #fe4adf

%0
%71
%12
%0

Triadic Colors of #fe4adf

#fe4adf #dffe4a #4adffe

Analogous Colors of #fe4adf

#fe4adf #fe4a85 #c34afe

Monochromatic Colors of #fe4adf

#fe4adf

Complementary Color

#fe4adf #4afe69

#fe4adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4adf Color CSS Codes

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

#fe4adf Text Font Color

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

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


#fe4adf Background Color

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

This div background color is #fe4adf


#fe4adf Border Color

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

This div border color is #fe4adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4adf


Comments

No comments written yet.

Please login to write comment.