Color Hex Logo

#fd159e Color Hex

#FD159E
(253,21,158)
0 Favorites   0 Comments

Color spaces of #fd159e

RGB 25321158
HSL0.900.980.54
HSV325°92°99°
CMYK 0.000.920.38   0.01
XYZ46.947723.887634.4841
Yxy23.88760.44580.2268
Hunter Lab48.874985.9302-7.6201
CIE-Lab55.975185.0036-12.2324

#fd159e color RGB value is (253,21,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 10011110
Octal 375 25 236
Decimal 253 21 158
Hex FD 15 9E

RGB Percentages of Color #fd159e

%58.56
%4.86
%36.57

CMYK Percentages of Color #fd159e

%0
%92
%38
%1

Triadic Colors of #fd159e

#fd159e #9efd15 #159efd

Analogous Colors of #fd159e

#fd159e #fd152a #e815fd

Monochromatic Colors of #fd159e

#fd159e

Complementary Color

#fd159e #15fd74

#fd159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd159e Color CSS Codes

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

#fd159e Text Font Color

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

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


#fd159e Background Color

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

This div background color is #fd159e


#fd159e Border Color

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

This div border color is #fd159e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd159e

Related Colors


Comments

No comments written yet.

Please login to write comment.