Color Hex Logo

#fd3999 Color Hex

#FD3999
(253,57,153)
0 Favorites   0 Comments

Color spaces of #fd3999

RGB 25357153
HSL0.920.980.61
HSV331°77°99°
CMYK 0.000.770.40   0.01
XYZ47.720926.108832.6613
Yxy26.10880.44810.2452
Hunter Lab51.096877.2875-2.1307
CIE-Lab58.140277.8292-6.0538

#fd3999 color RGB value is (253,57,153).

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

The process color (four color CMYK) of #fd3999 color hex is 0.00, 0.77, 0.40, 0.01. Web safe color of #fd3999 is #ff3399. Color #fd3999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111001 10011001
Octal 375 71 231
Decimal 253 57 153
Hex FD 39 99

RGB Percentages of Color #fd3999

%54.64
%12.31
%33.05

CMYK Percentages of Color #fd3999

%0
%77
%40
%1

Triadic Colors of #fd3999

#fd3999 #99fd39 #3999fd

Analogous Colors of #fd3999

#fd3999 #fd3b39 #fd39fb

Monochromatic Colors of #fd3999

#fd3999

Complementary Color

#fd3999 #39fd9d

#fd3999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3999 Color CSS Codes

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

#fd3999 Text Font Color

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

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


#fd3999 Background Color

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

This div background color is #fd3999


#fd3999 Border Color

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

This div border color is #fd3999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3999

Related Colors


Comments

No comments written yet.

Please login to write comment.