Color Hex Logo

#fd36ae Color Hex

#FD36AE
(253,54,174)
0 Favorites   0 Comments

Color spaces of #fd36ae

RGB 25354174
HSL0.900.980.60
HSV324°79°99°
CMYK 0.000.790.31   0.01
XYZ49.467226.577042.5671
Yxy26.57700.41710.2241
Hunter Lab51.552981.0608-12.8686
CIE-Lab58.580780.7198-17.6531

#fd36ae color RGB value is (253,54,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 10101110
Octal 375 66 256
Decimal 253 54 174
Hex FD 36 AE

RGB Percentages of Color #fd36ae

%52.60
%11.23
%36.17

CMYK Percentages of Color #fd36ae

%0
%79
%31
%1

Triadic Colors of #fd36ae

#fd36ae #aefd36 #36aefd

Analogous Colors of #fd36ae

#fd36ae #fd364a #e936fd

Monochromatic Colors of #fd36ae

#fd36ae

Complementary Color

#fd36ae #36fd85

#fd36ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd36ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd36ae Color CSS Codes

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

#fd36ae Text Font Color

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

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


#fd36ae Background Color

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

This div background color is #fd36ae


#fd36ae Border Color

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

This div border color is #fd36ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd36ae


Comments

No comments written yet.

Please login to write comment.