Color Hex Logo

#fd007f Color Hex

#FD007F
(253,0,127)
0 Favorites   0 Comments

Color spaces of #fd007f

RGB 2530127
HSL0.921.000.50
HSV330°100°99°
CMYK 0.001.000.50   0.01
XYZ44.338822.415022.0683
Yxy22.41500.49920.2524
Hunter Lab47.344584.31505.5048
CIE-Lab54.464684.05314.0100

#fd007f color RGB value is (253,0,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000000 01111111
Octal 375 0 177
Decimal 253 0 127
Hex FD 0 7F

RGB Percentages of Color #fd007f

%66.58
%0.00
%33.42

CMYK Percentages of Color #fd007f

%0
%100
%50
%1

Triadic Colors of #fd007f

#fd007f #7ffd00 #007ffd

Analogous Colors of #fd007f

#fd007f #fd0000 #fd00fd

Monochromatic Colors of #fd007f

#fd007f

Complementary Color

#fd007f #00fd7e

#fd007f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd007f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd007f Color CSS Codes

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

#fd007f Text Font Color

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

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


#fd007f Background Color

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

This div background color is #fd007f


#fd007f Border Color

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

This div border color is #fd007f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd007f


Comments

No comments written yet.

Please login to write comment.