Color Hex Logo

#fe7adf Color Hex

#FE7ADF
(254,122,223)
0 Favorites   0 Comments

Color spaces of #fe7adf

RGB 254122223
HSL0.870.990.74
HSV314°52°100°
CMYK 0.000.520.12   0.00
XYZ61.151940.317674.3711
Yxy40.31760.34780.2293
Hunter Lab63.496160.7916-24.9973
CIE-Lab69.695162.2698-28.3844

#fe7adf color RGB value is (254,122,223).

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

The process color (four color CMYK) of #fe7adf color hex is 0.00, 0.52, 0.12, 0.00. Web safe color of #fe7adf is #ff66cc. Color #fe7adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111010 11011111
Octal 376 172 337
Decimal 254 122 223
Hex FE 7A DF

RGB Percentages of Color #fe7adf

%42.40
%20.37
%37.23

CMYK Percentages of Color #fe7adf

%0
%52
%12
%0

Triadic Colors of #fe7adf

#fe7adf #dffe7a #7adffe

Analogous Colors of #fe7adf

#fe7adf #fe7a9d #db7afe

Monochromatic Colors of #fe7adf

#fe7adf

Complementary Color

#fe7adf #7afe99

#fe7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7adf Color CSS Codes

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

#fe7adf Text Font Color

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

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


#fe7adf Background Color

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

This div background color is #fe7adf


#fe7adf Border Color

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

This div border color is #fe7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7adf

Related Colors


Comments

No comments written yet.

Please login to write comment.