Color Hex Logo

#fd24ae Color Hex

#FD24AE
(253,36,174)
0 Favorites   0 Comments

Color spaces of #fd24ae

RGB 25336174
HSL0.890.980.57
HSV322°86°99°
CMYK 0.000.860.31   0.01
XYZ48.778925.200442.3376
Yxy25.20040.41940.2167
Hunter Lab50.200085.5969-14.8639
CIE-Lab57.270284.4947-19.6495

#fd24ae color RGB value is (253,36,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 10101110
Octal 375 44 256
Decimal 253 36 174
Hex FD 24 AE

RGB Percentages of Color #fd24ae

%54.64
%7.78
%37.58

CMYK Percentages of Color #fd24ae

%0
%86
%31
%1

Triadic Colors of #fd24ae

#fd24ae #aefd24 #24aefd

Analogous Colors of #fd24ae

#fd24ae #fd2442 #e024fd

Monochromatic Colors of #fd24ae

#fd24ae

Complementary Color

#fd24ae #24fd73

#fd24ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd24ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd24ae Color CSS Codes

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

#fd24ae Text Font Color

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

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


#fd24ae Background Color

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

This div background color is #fd24ae


#fd24ae Border Color

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

This div border color is #fd24ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd24ae

Related Colors


Comments

No comments written yet.

Please login to write comment.