Color Hex Logo

#fe917f Color Hex

#FE917F
(254,145,127)
0 Favorites   0 Comments

Color spaces of #fe917f

RGB 254145127
HSL0.020.980.75
HSV50°100°
CMYK 0.000.430.50   0.00
XYZ54.829242.853925.4605
Yxy42.85390.44520.3480
Hunter Lab65.462934.944722.7643
CIE-Lab71.455739.260527.5701

#fe917f color RGB value is (254,145,127).

#fe917f hex color red value is 254, green value is 145 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fe917f hue: 0.02 , saturation: 0.98 and the lightness value of fe917f is 0.75.

The process color (four color CMYK) of #fe917f color hex is 0.00, 0.43, 0.50, 0.00. Web safe color of #fe917f is #ff9966. Color #fe917f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 01111111
Octal 376 221 177
Decimal 254 145 127
Hex FE 91 7F

RGB Percentages of Color #fe917f

%48.29
%27.57
%24.14

CMYK Percentages of Color #fe917f

%0
%43
%50
%0

Triadic Colors of #fe917f

#fe917f #7ffe91 #917ffe

Analogous Colors of #fe917f

#fe917f #fed17f #fe7fad

Monochromatic Colors of #fe917f

#fe917f

Complementary Color

#fe917f #7fecfe

#fe917f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe917f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe917f Color CSS Codes

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

#fe917f Text Font Color

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

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


#fe917f Background Color

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

This div background color is #fe917f


#fe917f Border Color

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

This div border color is #fe917f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe917f

Related Colors


Comments

No comments written yet.

Please login to write comment.