Color Hex Logo

#fd178e Color Hex

#FD178E
(253,23,142)
0 Favorites   0 Comments

Color spaces of #fd178e

RGB 25323142
HSL0.910.980.54
HSV329°91°99°
CMYK 0.000.910.44   0.01
XYZ45.696923.448427.7087
Yxy23.44840.47180.2421
Hunter Lab48.423583.7078-0.0302
CIE-Lab55.531283.3750-3.4108

#fd178e color RGB value is (253,23,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 10001110
Octal 375 27 216
Decimal 253 23 142
Hex FD 17 8E

RGB Percentages of Color #fd178e

%60.53
%5.50
%33.97

CMYK Percentages of Color #fd178e

%0
%91
%44
%1

Triadic Colors of #fd178e

#fd178e #8efd17 #178efd

Analogous Colors of #fd178e

#fd178e #fd171b #f917fd

Monochromatic Colors of #fd178e

#fd178e

Complementary Color

#fd178e #17fd86

#fd178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd178e Color CSS Codes

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

#fd178e Text Font Color

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

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


#fd178e Background Color

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

This div background color is #fd178e


#fd178e Border Color

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

This div border color is #fd178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd178e


Comments

No comments written yet.

Please login to write comment.