Color Hex Logo

#fe569c Color Hex

#FE569C
(254,86,156)
0 Favorites   0 Comments

Color spaces of #fe569c

RGB 25486156
HSL0.930.990.67
HSV335°66°100°
CMYK 0.000.660.39   0.00
XYZ50.201630.126734.6216
Yxy30.12670.43670.2621
Hunter Lab54.887867.20641.0231
CIE-Lab61.763468.9820-2.4335

#fe569c color RGB value is (254,86,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10011100
Octal 376 126 234
Decimal 254 86 156
Hex FE 56 9C

RGB Percentages of Color #fe569c

%51.21
%17.34
%31.45

CMYK Percentages of Color #fe569c

%0
%66
%39
%0

Triadic Colors of #fe569c

#fe569c #9cfe56 #569cfe

Analogous Colors of #fe569c

#fe569c #fe6456 #fe56f0

Monochromatic Colors of #fe569c

#fe569c

Complementary Color

#fe569c #56feb8

#fe569c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe569c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe569c Color CSS Codes

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

#fe569c Text Font Color

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

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


#fe569c Background Color

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

This div background color is #fe569c


#fe569c Border Color

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

This div border color is #fe569c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe569c


Comments

No comments written yet.

Please login to write comment.