Color Hex Logo

#fd23aa Color Hex

#FD23AA
(253,35,170)
0 Favorites   0 Comments

Color spaces of #fd23aa

RGB 25335170
HSL0.900.980.56
HSV323°86°99°
CMYK 0.000.860.33   0.01
XYZ48.364724.987040.3041
Yxy24.98700.42550.2198
Hunter Lab49.987085.2296-12.8141
CIE-Lab57.062884.2524-17.6315

#fd23aa color RGB value is (253,35,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100011 10101010
Octal 375 43 252
Decimal 253 35 170
Hex FD 23 AA

RGB Percentages of Color #fd23aa

%55.24
%7.64
%37.12

CMYK Percentages of Color #fd23aa

%0
%86
%33
%1

Triadic Colors of #fd23aa

#fd23aa #aafd23 #23aafd

Analogous Colors of #fd23aa

#fd23aa #fd233d #e323fd

Monochromatic Colors of #fd23aa

#fd23aa

Complementary Color

#fd23aa #23fd76

#fd23aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd23aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd23aa Color CSS Codes

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

#fd23aa Text Font Color

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

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


#fd23aa Background Color

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

This div background color is #fd23aa


#fd23aa Border Color

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

This div border color is #fd23aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd23aa


Comments

No comments written yet.

Please login to write comment.