Color Hex Logo

#fd26aa Color Hex

#FD26AA
(253,38,170)
0 Favorites   0 Comments

Color spaces of #fd26aa

RGB 25338170
HSL0.900.980.57
HSV323°85°99°
CMYK 0.000.850.33   0.01
XYZ48.456825.171240.3348
Yxy25.17120.42520.2209
Hunter Lab50.170984.6024-12.5464
CIE-Lab57.241883.7337-17.3591

#fd26aa color RGB value is (253,38,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100110 10101010
Octal 375 46 252
Decimal 253 38 170
Hex FD 26 AA

RGB Percentages of Color #fd26aa

%54.88
%8.24
%36.88

CMYK Percentages of Color #fd26aa

%0
%85
%33
%1

Triadic Colors of #fd26aa

#fd26aa #aafd26 #26aafd

Analogous Colors of #fd26aa

#fd26aa #fd263e #e526fd

Monochromatic Colors of #fd26aa

#fd26aa

Complementary Color

#fd26aa #26fd79

#fd26aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd26aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd26aa Color CSS Codes

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

#fd26aa Text Font Color

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

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


#fd26aa Background Color

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

This div background color is #fd26aa


#fd26aa Border Color

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

This div border color is #fd26aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd26aa


Comments

No comments written yet.

Please login to write comment.