Color Hex Logo

#fd158a Color Hex

#FD158A
(253,21,138)
0 Favorites   0 Comments

Color spaces of #fd158a

RGB 25321138
HSL0.920.980.54
HSV330°92°99°
CMYK 0.000.920.45   0.01
XYZ45.363623.254026.1423
Yxy23.25400.47870.2454
Hunter Lab48.222483.52871.6134
CIE-Lab55.333083.2748-1.3178

#fd158a color RGB value is (253,21,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010101 10001010
Octal 375 25 212
Decimal 253 21 138
Hex FD 15 8A

RGB Percentages of Color #fd158a

%61.41
%5.10
%33.50

CMYK Percentages of Color #fd158a

%0
%92
%45
%1

Triadic Colors of #fd158a

#fd158a #8afd15 #158afd

Analogous Colors of #fd158a

#fd158a #fd1516 #fc15fd

Monochromatic Colors of #fd158a

#fd158a

Complementary Color

#fd158a #15fd88

#fd158a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd158a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd158a Color CSS Codes

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

#fd158a Text Font Color

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

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


#fd158a Background Color

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

This div background color is #fd158a


#fd158a Border Color

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

This div border color is #fd158a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd158a


Comments

No comments written yet.

Please login to write comment.