Color Hex Logo

#fd399d Color Hex

#FD399D
(253,57,157)
0 Favorites   0 Comments

Color spaces of #fd399d

RGB 25357157
HSL0.910.980.61
HSV329°77°99°
CMYK 0.000.770.38   0.01
XYZ48.056926.243234.4309
Yxy26.24320.44200.2414
Hunter Lab51.228177.8010-3.9897
CIE-Lab58.267278.2123-8.2103

#fd399d color RGB value is (253,57,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111001 10011101
Octal 375 71 235
Decimal 253 57 157
Hex FD 39 9D

RGB Percentages of Color #fd399d

%54.18
%12.21
%33.62

CMYK Percentages of Color #fd399d

%0
%77
%38
%1

Triadic Colors of #fd399d

#fd399d #9dfd39 #399dfd

Analogous Colors of #fd399d

#fd399d #fd393b #fb39fd

Monochromatic Colors of #fd399d

#fd399d

Complementary Color

#fd399d #39fd99

#fd399d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd399d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd399d Color CSS Codes

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

#fd399d Text Font Color

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

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


#fd399d Background Color

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

This div background color is #fd399d


#fd399d Border Color

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

This div border color is #fd399d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd399d

Related Colors


Comments

No comments written yet.

Please login to write comment.