Color Hex Logo

#fd158d Color Hex

#FD158D
(253,21,141)
0 Favorites   0 Comments

Color spaces of #fd158d

RGB 25321141
HSL0.910.980.54
HSV329°92°99°
CMYK 0.000.920.44   0.01
XYZ45.583923.342127.3022
Yxy23.34210.47370.2426
Hunter Lab48.313783.86570.3146
CIE-Lab55.423083.5185-2.9746

#fd158d color RGB value is (253,21,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 10001101
Octal 375 25 215
Decimal 253 21 141
Hex FD 15 8D

RGB Percentages of Color #fd158d

%60.96
%5.06
%33.98

CMYK Percentages of Color #fd158d

%0
%92
%44
%1

Triadic Colors of #fd158d

#fd158d #8dfd15 #158dfd

Analogous Colors of #fd158d

#fd158d #fd1519 #f915fd

Monochromatic Colors of #fd158d

#fd158d

Complementary Color

#fd158d #15fd85

#fd158d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd158d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd158d Color CSS Codes

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

#fd158d Text Font Color

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

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


#fd158d Background Color

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

This div background color is #fd158d


#fd158d Border Color

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

This div border color is #fd158d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd158d


Comments

No comments written yet.

Please login to write comment.