Color Hex Logo

#fe7aff Color Hex

#FE7AFF
(254,122,255)
0 Favorites   0 Comments

Color spaces of #fe7aff

RGB 254122255
HSL0.831.000.74
HSV300°52°100°
CMYK 0.000.520.00   0.00
XYZ65.882642.209999.2827
Yxy42.20990.31770.2035
Hunter Lab64.969167.3137-45.1257
CIE-Lab71.015467.4345-43.9137

#fe7aff color RGB value is (254,122,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111010 11111111
Octal 376 172 377
Decimal 254 122 255
Hex FE 7A FF

RGB Percentages of Color #fe7aff

%40.25
%19.33
%40.41

CMYK Percentages of Color #fe7aff

%0
%52
%0
%0

Triadic Colors of #fe7aff

#fe7aff #fffe7a #7afffe

Analogous Colors of #fe7aff

#fe7aff #ff7abe #bc7aff

Monochromatic Colors of #fe7aff

#fe7aff

Complementary Color

#fe7aff #7bff7a

#fe7aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7aff Color CSS Codes

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

#fe7aff Text Font Color

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

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


#fe7aff Background Color

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

This div background color is #fe7aff


#fe7aff Border Color

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

This div border color is #fe7aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7aff

Related Colors


Comments

No comments written yet.

Please login to write comment.