Color Hex Logo

#fe37ae Color Hex

#FE37AE
(254,55,174)
0 Favorites   0 Comments

Color spaces of #fe37ae

RGB 25455174
HSL0.900.990.61
HSV324°78°100°
CMYK 0.000.780.31   0.00
XYZ49.879226.859242.5998
Yxy26.85920.41800.2251
Hunter Lab51.825981.1000-12.4571
CIE-Lab58.843880.6995-17.2371

#fe37ae color RGB value is (254,55,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110111 10101110
Octal 376 67 256
Decimal 254 55 174
Hex FE 37 AE

RGB Percentages of Color #fe37ae

%52.59
%11.39
%36.02

CMYK Percentages of Color #fe37ae

%0
%78
%31
%0

Triadic Colors of #fe37ae

#fe37ae #aefe37 #37aefe

Analogous Colors of #fe37ae

#fe37ae #fe374b #eb37fe

Monochromatic Colors of #fe37ae

#fe37ae

Complementary Color

#fe37ae #37fe87

#fe37ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe37ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe37ae Color CSS Codes

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

#fe37ae Text Font Color

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

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


#fe37ae Background Color

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

This div background color is #fe37ae


#fe37ae Border Color

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

This div border color is #fe37ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe37ae

Related Colors


Comments

No comments written yet.

Please login to write comment.