Color Hex Logo

#fd24aa Color Hex

#FD24AA
(253,36,170)
0 Favorites   0 Comments

Color spaces of #fd24aa

RGB 25336170
HSL0.900.980.57
HSV323°86°99°
CMYK 0.000.860.33   0.01
XYZ48.394625.046740.3140
Yxy25.04670.42540.2202
Hunter Lab50.046785.0259-12.7271
CIE-Lab57.120984.0841-17.5430

#fd24aa color RGB value is (253,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 10101010
Octal 375 44 252
Decimal 253 36 170
Hex FD 24 AA

RGB Percentages of Color #fd24aa

%55.12
%7.84
%37.04

CMYK Percentages of Color #fd24aa

%0
%86
%33
%1

Triadic Colors of #fd24aa

#fd24aa #aafd24 #24aafd

Analogous Colors of #fd24aa

#fd24aa #fd243e #e424fd

Monochromatic Colors of #fd24aa

#fd24aa

Complementary Color

#fd24aa #24fd77

#fd24aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd24aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd24aa Color CSS Codes

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

#fd24aa Text Font Color

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

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


#fd24aa Background Color

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

This div background color is #fd24aa


#fd24aa Border Color

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

This div border color is #fd24aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,36,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd24aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd24aa

Related Colors


Comments

No comments written yet.

Please login to write comment.