Color Hex Logo

#fe8afa Color Hex

#FE8AFA
(254,138,250)
0 Favorites   0 Comments

Color spaces of #fe8afa

RGB 254138250
HSL0.840.980.77
HSV302°46°100°
CMYK 0.000.460.02   0.00
XYZ67.216846.149995.8076
Yxy46.14990.32130.2206
Hunter Lab67.933757.7322-36.0637
CIE-Lab73.642759.0770-37.0941

#fe8afa color RGB value is (254,138,250).

#fe8afa hex color red value is 254, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fe8afa hue: 0.84 , saturation: 0.98 and the lightness value of fe8afa is 0.77.

The process color (four color CMYK) of #fe8afa color hex is 0.00, 0.46, 0.02, 0.00. Web safe color of #fe8afa is #ff99ff. Color #fe8afa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001010 11111010
Octal 376 212 372
Decimal 254 138 250
Hex FE 8A FA

RGB Percentages of Color #fe8afa

%39.56
%21.50
%38.94

CMYK Percentages of Color #fe8afa

%0
%46
%2
%0

Triadic Colors of #fe8afa

#fe8afa #fafe8a #8afafe

Analogous Colors of #fe8afa

#fe8afa #fe8ac0 #c88afe

Monochromatic Colors of #fe8afa

#fe8afa

Complementary Color

#fe8afa #8afe8e

#fe8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8afa Color CSS Codes

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

#fe8afa Text Font Color

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

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


#fe8afa Background Color

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

This div background color is #fe8afa


#fe8afa Border Color

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

This div border color is #fe8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8afa


Comments

No comments written yet.

Please login to write comment.