Color Hex Logo

#fd009d Color Hex

#FD009D
(253,0,157)
0 Favorites   0 Comments

Color spaces of #fd009d

RGB 2530157
HSL0.901.000.50
HSV323°100°99°
CMYK 0.001.000.38   0.01
XYZ46.593823.317033.9431
Yxy23.31700.44860.2245
Hunter Lab48.287787.7350-7.8756
CIE-Lab55.397486.4981-12.5117

#fd009d color RGB value is (253,0,157).

#fd009d hex color red value is 253, green value is 0 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fd009d hue: 0.90 , saturation: 1.00 and the lightness value of fd009d is 0.50.

The process color (four color CMYK) of #fd009d color hex is 0.00, 1.00, 0.38, 0.01. Web safe color of #fd009d is #ff0099. Color #fd009d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 10011101
Octal 375 0 235
Decimal 253 0 157
Hex FD 0 9D

RGB Percentages of Color #fd009d

%61.71
%0.00
%38.29

CMYK Percentages of Color #fd009d

%0
%100
%38
%1

Triadic Colors of #fd009d

#fd009d #9dfd00 #009dfd

Analogous Colors of #fd009d

#fd009d #fd001e #df00fd

Monochromatic Colors of #fd009d

#fd009d

Complementary Color

#fd009d #00fd60

#fd009d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd009d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd009d Color CSS Codes

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

#fd009d Text Font Color

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

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


#fd009d Background Color

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

This div background color is #fd009d


#fd009d Border Color

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

This div border color is #fd009d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd009d

Related Colors


Comments

No comments written yet.

Please login to write comment.