Color Hex Logo

#fd36ad Color Hex

#FD36AD
(253,54,173)
0 Favorites   0 Comments

Color spaces of #fd36ad

RGB 25354173
HSL0.900.980.60
HSV324°79°99°
CMYK 0.000.790.32   0.01
XYZ49.370026.538142.0554
Yxy26.53810.41850.2250
Hunter Lab51.515180.9156-12.3420
CIE-Lab58.544380.6131-17.1276

#fd36ad color RGB value is (253,54,173).

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

The process color (four color CMYK) of #fd36ad color hex is 0.00, 0.79, 0.32, 0.01. Web safe color of #fd36ad is #ff3399. Color #fd36ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 10101101
Octal 375 66 255
Decimal 253 54 173
Hex FD 36 AD

RGB Percentages of Color #fd36ad

%52.71
%11.25
%36.04

CMYK Percentages of Color #fd36ad

%0
%79
%32
%1

Triadic Colors of #fd36ad

#fd36ad #adfd36 #36adfd

Analogous Colors of #fd36ad

#fd36ad #fd364a #ea36fd

Monochromatic Colors of #fd36ad

#fd36ad

Complementary Color

#fd36ad #36fd86

#fd36ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd36ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd36ad Color CSS Codes

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

#fd36ad Text Font Color

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

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


#fd36ad Background Color

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

This div background color is #fd36ad


#fd36ad Border Color

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

This div border color is #fd36ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd36ad


Comments

No comments written yet.

Please login to write comment.