Color Hex Logo

#fe589a Color Hex

#FE589A
(254,88,154)
0 Favorites   0 Comments

Color spaces of #fe589a

RGB 25488154
HSL0.930.990.67
HSV336°65°100°
CMYK 0.000.650.39   0.00
XYZ50.195530.383433.7908
Yxy30.38340.43890.2657
Hunter Lab55.121166.08722.2384
CIE-Lab61.983668.0163-0.9530

#fe589a color RGB value is (254,88,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011000 10011010
Octal 376 130 232
Decimal 254 88 154
Hex FE 58 9A

RGB Percentages of Color #fe589a

%51.21
%17.74
%31.05

CMYK Percentages of Color #fe589a

%0
%65
%39
%0

Triadic Colors of #fe589a

#fe589a #9afe58 #589afe

Analogous Colors of #fe589a

#fe589a #fe6958 #fe58ed

Monochromatic Colors of #fe589a

#fe589a

Complementary Color

#fe589a #58febc

#fe589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe589a Color CSS Codes

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

#fe589a Text Font Color

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

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


#fe589a Background Color

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

This div background color is #fe589a


#fe589a Border Color

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

This div border color is #fe589a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe589a


Comments

No comments written yet.

Please login to write comment.