Color Hex Logo

#fd319b Color Hex

#FD319B
(253,49,155)
0 Favorites   0 Comments

Color spaces of #fd319b

RGB 25349155
HSL0.910.980.59
HSV329°81°99°
CMYK 0.000.810.39   0.01
XYZ47.522725.445833.4172
Yxy25.44580.44670.2392
Hunter Lab50.443879.8866-3.9668
CIE-Lab57.507280.0066-8.1700

#fd319b color RGB value is (253,49,155).

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

The process color (four color CMYK) of #fd319b color hex is 0.00, 0.81, 0.39, 0.01. Web safe color of #fd319b is #ff3399. Color #fd319b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110001 10011011
Octal 375 61 233
Decimal 253 49 155
Hex FD 31 9B

RGB Percentages of Color #fd319b

%55.36
%10.72
%33.92

CMYK Percentages of Color #fd319b

%0
%81
%39
%1

Triadic Colors of #fd319b

#fd319b #9bfd31 #319bfd

Analogous Colors of #fd319b

#fd319b #fd3135 #f931fd

Monochromatic Colors of #fd319b

#fd319b

Complementary Color

#fd319b #31fd93

#fd319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd319b Color CSS Codes

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

#fd319b Text Font Color

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

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


#fd319b Background Color

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

This div background color is #fd319b


#fd319b Border Color

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

This div border color is #fd319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd319b


Comments

No comments written yet.

Please login to write comment.