Color Hex Logo

#fe36ae Color Hex

#FE36AE
(254,54,174)
0 Favorites   0 Comments

Color spaces of #fe36ae

RGB 25454174
HSL0.900.990.60
HSV324°79°100°
CMYK 0.000.790.31   0.00
XYZ49.832226.765242.5841
Yxy26.76520.41810.2246
Hunter Lab51.735181.3981-12.5881
CIE-Lab58.756480.9496-17.3698

#fe36ae color RGB value is (254,54,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 10101110
Octal 376 66 256
Decimal 254 54 174
Hex FE 36 AE

RGB Percentages of Color #fe36ae

%52.70
%11.20
%36.10

CMYK Percentages of Color #fe36ae

%0
%79
%31
%0

Triadic Colors of #fe36ae

#fe36ae #aefe36 #36aefe

Analogous Colors of #fe36ae

#fe36ae #fe364a #ea36fe

Monochromatic Colors of #fe36ae

#fe36ae

Complementary Color

#fe36ae #36fe86

#fe36ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe36ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe36ae Color CSS Codes

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

#fe36ae Text Font Color

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

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


#fe36ae Background Color

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

This div background color is #fe36ae


#fe36ae Border Color

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

This div border color is #fe36ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe36ae


Comments

No comments written yet.

Please login to write comment.