Color Hex Logo

#fe617a Color Hex

#FE617A
(254,97,122)
0 Favorites   0 Comments

Color spaces of #fe617a

RGB 25497122
HSL0.970.990.69
HSV350°62°100°
CMYK 0.000.620.52   0.00
XYZ48.660631.025421.8361
Yxy31.02540.47930.3056
Hunter Lab55.700458.464015.7470
CIE-Lab62.529161.503118.3278

#fe617a color RGB value is (254,97,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 01111010
Octal 376 141 172
Decimal 254 97 122
Hex FE 61 7A

RGB Percentages of Color #fe617a

%53.70
%20.51
%25.79

CMYK Percentages of Color #fe617a

%0
%62
%52
%0

Triadic Colors of #fe617a

#fe617a #7afe61 #617afe

Analogous Colors of #fe617a

#fe617a #fe9761 #fe61c9

Monochromatic Colors of #fe617a

#fe617a

Complementary Color

#fe617a #61fee5

#fe617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe617a Color CSS Codes

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

#fe617a Text Font Color

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

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


#fe617a Background Color

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

This div background color is #fe617a


#fe617a Border Color

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

This div border color is #fe617a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe617a

Related Colors


Comments

No comments written yet.

Please login to write comment.