Color Hex Logo

#fe3fae Color Hex

#FE3FAE
(254,63,174)
0 Favorites   0 Comments

Color spaces of #fe3fae

RGB 25463174
HSL0.900.990.62
HSV325°75°100°
CMYK 0.000.750.31   0.00
XYZ50.290527.681842.7369
Yxy27.68180.41660.2293
Hunter Lab52.613578.5452-11.3306
CIE-Lab59.600278.5447-16.0897

#fe3fae color RGB value is (254,63,174).

#fe3fae hex color red value is 254, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fe3fae hue: 0.90 , saturation: 0.99 and the lightness value of fe3fae is 0.62.

The process color (four color CMYK) of #fe3fae color hex is 0.00, 0.75, 0.31, 0.00. Web safe color of #fe3fae is #ff3399. Color #fe3fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111111 10101110
Octal 376 77 256
Decimal 254 63 174
Hex FE 3F AE

RGB Percentages of Color #fe3fae

%51.73
%12.83
%35.44

CMYK Percentages of Color #fe3fae

%0
%75
%31
%0

Triadic Colors of #fe3fae

#fe3fae #aefe3f #3faefe

Analogous Colors of #fe3fae

#fe3fae #fe3f4e #ef3ffe

Monochromatic Colors of #fe3fae

#fe3fae

Complementary Color

#fe3fae #3ffe8f

#fe3fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3fae Color CSS Codes

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

#fe3fae Text Font Color

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

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


#fe3fae Background Color

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

This div background color is #fe3fae


#fe3fae Border Color

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

This div border color is #fe3fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3fae


Comments

No comments written yet.

Please login to write comment.