Color Hex Logo

#fe569a Color Hex

#FE569A
(254,86,154)
0 Favorites   0 Comments

Color spaces of #fe569a

RGB 25486154
HSL0.930.990.67
HSV336°66°100°
CMYK 0.000.660.39   0.00
XYZ50.033630.059533.7369
Yxy30.05950.43950.2641
Hunter Lab54.826566.94911.8951
CIE-Lab61.705568.7801-1.3604

#fe569a color RGB value is (254,86,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10011010
Octal 376 126 232
Decimal 254 86 154
Hex FE 56 9A

RGB Percentages of Color #fe569a

%51.42
%17.41
%31.17

CMYK Percentages of Color #fe569a

%0
%66
%39
%0

Triadic Colors of #fe569a

#fe569a #9afe56 #569afe

Analogous Colors of #fe569a

#fe569a #fe6656 #fe56ee

Monochromatic Colors of #fe569a

#fe569a

Complementary Color

#fe569a #56feba

#fe569a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe569a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe569a Color CSS Codes

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

#fe569a Text Font Color

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

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


#fe569a Background Color

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

This div background color is #fe569a


#fe569a Border Color

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

This div border color is #fe569a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe569a

Related Colors


Comments

No comments written yet.

Please login to write comment.