Color Hex Logo

#fd18ae Color Hex

#FD18AE
(253,24,174)
0 Favorites   0 Comments

Color spaces of #fd18ae

RGB 25324174
HSL0.890.980.54
HSV321°91°99°
CMYK 0.000.910.31   0.01
XYZ48.474624.591942.2362
Yxy24.59190.42040.2133
Hunter Lab49.590287.7014-15.7844
CIE-Lab56.675686.2233-20.5579

#fd18ae color RGB value is (253,24,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011000 10101110
Octal 375 30 256
Decimal 253 24 174
Hex FD 18 AE

RGB Percentages of Color #fd18ae

%56.10
%5.32
%38.58

CMYK Percentages of Color #fd18ae

%0
%91
%31
%1

Triadic Colors of #fd18ae

#fd18ae #aefd18 #18aefd

Analogous Colors of #fd18ae

#fd18ae #fd183b #da18fd

Monochromatic Colors of #fd18ae

#fd18ae

Complementary Color

#fd18ae #18fd67

#fd18ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd18ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd18ae Color CSS Codes

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

#fd18ae Text Font Color

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

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


#fd18ae Background Color

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

This div background color is #fd18ae


#fd18ae Border Color

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

This div border color is #fd18ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd18ae

Related Colors


Comments

No comments written yet.

Please login to write comment.