Color Hex Logo

#fd14ae Color Hex

#FD14AE
(253,20,174)
0 Favorites   0 Comments

Color spaces of #fd14ae

RGB 25320174
HSL0.890.980.54
HSV320°92°99°
CMYK 0.000.920.31   0.01
XYZ48.398224.439042.2107
Yxy24.43900.42070.2124
Hunter Lab49.435888.2408-16.0196
CIE-Lab56.524786.6639-20.7888

#fd14ae color RGB value is (253,20,174).

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

The process color (four color CMYK) of #fd14ae color hex is 0.00, 0.92, 0.31, 0.01. Web safe color of #fd14ae is #ff0099. Color #fd14ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 10101110
Octal 375 24 256
Decimal 253 20 174
Hex FD 14 AE

RGB Percentages of Color #fd14ae

%56.60
%4.47
%38.93

CMYK Percentages of Color #fd14ae

%0
%92
%31
%1

Triadic Colors of #fd14ae

#fd14ae #aefd14 #14aefd

Analogous Colors of #fd14ae

#fd14ae #fd1439 #d814fd

Monochromatic Colors of #fd14ae

#fd14ae

Complementary Color

#fd14ae #14fd63

#fd14ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd14ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd14ae Color CSS Codes

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

#fd14ae Text Font Color

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

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


#fd14ae Background Color

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

This div background color is #fd14ae


#fd14ae Border Color

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

This div border color is #fd14ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd14ae

Related Colors


Comments

No comments written yet.

Please login to write comment.