Color Hex Logo

#fe567f Color Hex

#FE567F
(254,86,127)
0 Favorites   0 Comments

Color spaces of #fe567f

RGB 25486127
HSL0.960.990.67
HSV345°66°100°
CMYK 0.000.660.50   0.00
XYZ48.031629.258723.1946
Yxy29.25870.47800.2912
Hunter Lab54.091363.843312.4401
CIE-Lab61.009366.323113.3284

#fe567f color RGB value is (254,86,127).

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

The process color (four color CMYK) of #fe567f color hex is 0.00, 0.66, 0.50, 0.00. Web safe color of #fe567f is #ff6666. Color #fe567f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 01111111
Octal 376 126 177
Decimal 254 86 127
Hex FE 56 7F

RGB Percentages of Color #fe567f

%54.39
%18.42
%27.19

CMYK Percentages of Color #fe567f

%0
%66
%50
%0

Triadic Colors of #fe567f

#fe567f #7ffe56 #567ffe

Analogous Colors of #fe567f

#fe567f #fe8156 #fe56d3

Monochromatic Colors of #fe567f

#fe567f

Complementary Color

#fe567f #56fed5

#fe567f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe567f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe567f Color CSS Codes

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

#fe567f Text Font Color

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

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


#fe567f Background Color

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

This div background color is #fe567f


#fe567f Border Color

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

This div border color is #fe567f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe567f


Comments

No comments written yet.

Please login to write comment.