Color Hex Logo

#fe177d Color Hex

#FE177D
(254,23,125)
0 Favorites   0 Comments

Color spaces of #fe177d

RGB 25423125
HSL0.930.990.54
HSV334°91°100°
CMYK 0.000.910.51   0.00
XYZ44.881123.164321.5077
Yxy23.16430.50120.2587
Hunter Lab48.129382.22697.1954
CIE-Lab55.241282.28036.3523

#fe177d color RGB value is (254,23,125).

#fe177d hex color red value is 254, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fe177d hue: 0.93 , saturation: 0.99 and the lightness value of fe177d is 0.54.

The process color (four color CMYK) of #fe177d color hex is 0.00, 0.91, 0.51, 0.00. Web safe color of #fe177d is #ff0066. Color #fe177d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 01111101
Octal 376 27 175
Decimal 254 23 125
Hex FE 17 7D

RGB Percentages of Color #fe177d

%63.18
%5.72
%31.09

CMYK Percentages of Color #fe177d

%0
%91
%51
%0

Triadic Colors of #fe177d

#fe177d #7dfe17 #177dfe

Analogous Colors of #fe177d

#fe177d #fe2517 #fe17f1

Monochromatic Colors of #fe177d

#fe177d

Complementary Color

#fe177d #17fe98

#fe177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe177d Color CSS Codes

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

#fe177d Text Font Color

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

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


#fe177d Background Color

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

This div background color is #fe177d


#fe177d Border Color

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

This div border color is #fe177d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,23,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe177d


Comments

No comments written yet.

Please login to write comment.