Color Hex Logo

#fe609a Color Hex

#FE609A
(254,96,154)
0 Favorites   0 Comments

Color spaces of #fe609a

RGB 25496154
HSL0.940.990.69
HSV338°62°100°
CMYK 0.000.620.39   0.00
XYZ50.888731.769734.0219
Yxy31.76970.43610.2723
Hunter Lab56.364662.52033.6676
CIE-Lab63.152164.83180.7536

#fe609a color RGB value is (254,96,154).

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

The process color (four color CMYK) of #fe609a color hex is 0.00, 0.62, 0.39, 0.00. Web safe color of #fe609a is #ff6699. Color #fe609a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100000 10011010
Octal 376 140 232
Decimal 254 96 154
Hex FE 60 9A

RGB Percentages of Color #fe609a

%50.40
%19.05
%30.56

CMYK Percentages of Color #fe609a

%0
%62
%39
%0

Triadic Colors of #fe609a

#fe609a #9afe60 #609afe

Analogous Colors of #fe609a

#fe609a #fe7560 #fe60e9

Monochromatic Colors of #fe609a

#fe609a

Complementary Color

#fe609a #60fec4

#fe609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe609a Color CSS Codes

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

#fe609a Text Font Color

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

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


#fe609a Background Color

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

This div background color is #fe609a


#fe609a Border Color

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

This div border color is #fe609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe609a

Related Colors


Comments

No comments written yet.

Please login to write comment.