Color Hex Logo

#fd037f Color Hex

#FD037F
(253,3,127)
0 Favorites   0 Comments

Color spaces of #fd037f

RGB 2533127
HSL0.920.980.50
HSV330°99°99°
CMYK 0.000.990.50   0.01
XYZ44.371322.480122.0791
Yxy22.48010.49890.2528
Hunter Lab47.413284.07495.5794
CIE-Lab54.532783.85414.1084

#fd037f color RGB value is (253,3,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000011 01111111
Octal 375 3 177
Decimal 253 3 127
Hex FD 3 7F

RGB Percentages of Color #fd037f

%66.06
%0.78
%33.16

CMYK Percentages of Color #fd037f

%0
%99
%50
%1

Triadic Colors of #fd037f

#fd037f #7ffd03 #037ffd

Analogous Colors of #fd037f

#fd037f #fd0403 #fd03fc

Monochromatic Colors of #fd037f

#fd037f

Complementary Color

#fd037f #03fd81

#fd037f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd037f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd037f Color CSS Codes

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

#fd037f Text Font Color

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

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


#fd037f Background Color

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

This div background color is #fd037f


#fd037f Border Color

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

This div border color is #fd037f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd037f


Comments

No comments written yet.

Please login to write comment.