Color Hex Logo

#fd159d Color Hex

#FD159D
(253,21,157)
0 Favorites   0 Comments

Color spaces of #fd159d

RGB 25321157
HSL0.900.980.54
HSV325°92°99°
CMYK 0.000.920.38   0.01
XYZ46.862023.853334.0325
Yxy23.85330.44740.2277
Hunter Lab48.839885.8017-7.1265
CIE-Lab55.940684.9115-11.6941

#fd159d color RGB value is (253,21,157).

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

The process color (four color CMYK) of #fd159d color hex is 0.00, 0.92, 0.38, 0.01. Web safe color of #fd159d is #ff0099. Color #fd159d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 10011101
Octal 375 25 235
Decimal 253 21 157
Hex FD 15 9D

RGB Percentages of Color #fd159d

%58.70
%4.87
%36.43

CMYK Percentages of Color #fd159d

%0
%92
%38
%1

Triadic Colors of #fd159d

#fd159d #9dfd15 #159dfd

Analogous Colors of #fd159d

#fd159d #fd1529 #e915fd

Monochromatic Colors of #fd159d

#fd159d

Complementary Color

#fd159d #15fd75

#fd159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd159d Color CSS Codes

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

#fd159d Text Font Color

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

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


#fd159d Background Color

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

This div background color is #fd159d


#fd159d Border Color

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

This div border color is #fd159d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd159d


Comments

No comments written yet.

Please login to write comment.