Color Hex Logo

#fe617f Color Hex

#FE617F
(254,97,127)
0 Favorites   0 Comments

Color spaces of #fe617f

RGB 25497127
HSL0.970.990.69
HSV349°62°100°
CMYK 0.000.620.50   0.00
XYZ48.978531.152523.5103
Yxy31.15250.47260.3006
Hunter Lab55.814458.962814.0958
CIE-Lab62.636261.910715.5939

#fe617f color RGB value is (254,97,127).

#fe617f hex color red value is 254, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fe617f hue: 0.97 , saturation: 0.99 and the lightness value of fe617f is 0.69.

The process color (four color CMYK) of #fe617f color hex is 0.00, 0.62, 0.50, 0.00. Web safe color of #fe617f is #ff6666. Color #fe617f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 01111111
Octal 376 141 177
Decimal 254 97 127
Hex FE 61 7F

RGB Percentages of Color #fe617f

%53.14
%20.29
%26.57

CMYK Percentages of Color #fe617f

%0
%62
%50
%0

Triadic Colors of #fe617f

#fe617f #7ffe61 #617ffe

Analogous Colors of #fe617f

#fe617f #fe9261 #fe61ce

Monochromatic Colors of #fe617f

#fe617f

Complementary Color

#fe617f #61fee0

#fe617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe617f Color CSS Codes

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

#fe617f Text Font Color

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

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


#fe617f Background Color

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

This div background color is #fe617f


#fe617f Border Color

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

This div border color is #fe617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe617f


Comments

No comments written yet.

Please login to write comment.