Color Hex Logo

#fd178d Color Hex

#FD178D
(253,23,141)
0 Favorites   0 Comments

Color spaces of #fd178d

RGB 25323141
HSL0.910.980.54
HSV329°91°99°
CMYK 0.000.910.44   0.01
XYZ45.622123.418527.3150
Yxy23.41850.47350.2430
Hunter Lab48.392783.59340.4089
CIE-Lab55.500883.2923-2.8601

#fd178d color RGB value is (253,23,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 10001101
Octal 375 27 215
Decimal 253 23 141
Hex FD 17 8D

RGB Percentages of Color #fd178d

%60.67
%5.52
%33.81

CMYK Percentages of Color #fd178d

%0
%91
%44
%1

Triadic Colors of #fd178d

#fd178d #8dfd17 #178dfd

Analogous Colors of #fd178d

#fd178d #fd171a #fa17fd

Monochromatic Colors of #fd178d

#fd178d

Complementary Color

#fd178d #17fd87

#fd178d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd178d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd178d Color CSS Codes

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

#fd178d Text Font Color

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

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


#fd178d Background Color

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

This div background color is #fd178d


#fd178d Border Color

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

This div border color is #fd178d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd178d


Comments

No comments written yet.

Please login to write comment.