Color Hex Logo

#fd158e Color Hex

#FD158E
(253,21,142)
0 Favorites   0 Comments

Color spaces of #fd158e

RGB 25321142
HSL0.910.980.54
HSV329°92°99°
CMYK 0.000.920.44   0.01
XYZ45.658723.372027.6959
Yxy23.37200.47200.2416
Hunter Lab48.344683.9800-0.1251
CIE-Lab55.453583.6010-3.5253

#fd158e color RGB value is (253,21,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 10001110
Octal 375 25 216
Decimal 253 21 142
Hex FD 15 8E

RGB Percentages of Color #fd158e

%60.82
%5.05
%34.13

CMYK Percentages of Color #fd158e

%0
%92
%44
%1

Triadic Colors of #fd158e

#fd158e #8efd15 #158efd

Analogous Colors of #fd158e

#fd158e #fd151a #f815fd

Monochromatic Colors of #fd158e

#fd158e

Complementary Color

#fd158e #15fd84

#fd158e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd158e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd158e Color CSS Codes

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

#fd158e Text Font Color

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

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


#fd158e Background Color

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

This div background color is #fd158e


#fd158e Border Color

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

This div border color is #fd158e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd158e


Comments

No comments written yet.

Please login to write comment.