Color Hex Logo

#fe7afa Color Hex

#FE7AFA
(254,122,250)
0 Favorites   0 Comments

Color spaces of #fe7afa

RGB 254122250
HSL0.840.990.74
HSV302°52°100°
CMYK 0.000.520.02   0.00
XYZ65.087941.892095.0979
Yxy41.89200.32210.2073
Hunter Lab64.724066.2365-41.8070
CIE-Lab70.796466.5921-41.5271

#fe7afa color RGB value is (254,122,250).

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

The process color (four color CMYK) of #fe7afa color hex is 0.00, 0.52, 0.02, 0.00. Web safe color of #fe7afa is #ff66ff. Color #fe7afa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111010 11111010
Octal 376 172 372
Decimal 254 122 250
Hex FE 7A FA

RGB Percentages of Color #fe7afa

%40.58
%19.49
%39.94

CMYK Percentages of Color #fe7afa

%0
%52
%2
%0

Triadic Colors of #fe7afa

#fe7afa #fafe7a #7afafe

Analogous Colors of #fe7afa

#fe7afa #fe7ab8 #c07afe

Monochromatic Colors of #fe7afa

#fe7afa

Complementary Color

#fe7afa #7afe7e

#fe7afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7afa Color CSS Codes

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

#fe7afa Text Font Color

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

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


#fe7afa Background Color

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

This div background color is #fe7afa


#fe7afa Border Color

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

This div border color is #fe7afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7afa


Comments

No comments written yet.

Please login to write comment.