Color Hex Logo

#fd006c Color Hex

#FD006C
(253,0,108)
0 Favorites   0 Comments

Color spaces of #fd006c

RGB 2530108
HSL0.931.000.50
HSV334°100°99°
CMYK 0.001.000.57   0.01
XYZ43.214821.965416.1494
Yxy21.96540.53140.2701
Hunter Lab46.867382.571412.3771
CIE-Lab53.990382.792714.8055

#fd006c color RGB value is (253,0,108).

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

The process color (four color CMYK) of #fd006c color hex is 0.00, 1.00, 0.57, 0.01. Web safe color of #fd006c is #ff0066. Color #fd006c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 01101100
Octal 375 0 154
Decimal 253 0 108
Hex FD 0 6C

RGB Percentages of Color #fd006c

%70.08
%0.00
%29.92

CMYK Percentages of Color #fd006c

%0
%100
%57
%1

Triadic Colors of #fd006c

#fd006c #6cfd00 #006cfd

Analogous Colors of #fd006c

#fd006c #fd1300 #fd00eb

Monochromatic Colors of #fd006c

#fd006c

Complementary Color

#fd006c #00fd91

#fd006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd006c Color CSS Codes

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

#fd006c Text Font Color

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

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


#fd006c Background Color

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

This div background color is #fd006c


#fd006c Border Color

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

This div border color is #fd006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd006c


Comments

No comments written yet.

Please login to write comment.