Color Hex Logo

#fe568e Color Hex

#FE568E
(254,86,142)
0 Favorites   0 Comments

Color spaces of #fe568e

RGB 25486142
HSL0.940.990.67
HSV340°66°100°
CMYK 0.000.660.44   0.00
XYZ49.083329.679428.7329
Yxy29.67940.45660.2761
Hunter Lab54.478865.48376.8648
CIE-Lab61.376667.62555.1247

#fe568e color RGB value is (254,86,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10001110
Octal 376 126 216
Decimal 254 86 142
Hex FE 56 8E

RGB Percentages of Color #fe568e

%52.70
%17.84
%29.46

CMYK Percentages of Color #fe568e

%0
%66
%44
%0

Triadic Colors of #fe568e

#fe568e #8efe56 #568efe

Analogous Colors of #fe568e

#fe568e #fe7256 #fe56e2

Monochromatic Colors of #fe568e

#fe568e

Complementary Color

#fe568e #56fec6

#fe568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe568e Color CSS Codes

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

#fe568e Text Font Color

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

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


#fe568e Background Color

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

This div background color is #fe568e


#fe568e Border Color

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

This div border color is #fe568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe568e

Related Colors


Comments

No comments written yet.

Please login to write comment.