Color Hex Logo

#fe568a Color Hex

#FE568A
(254,86,138)
0 Favorites   0 Comments

Color spaces of #fe568a

RGB 25486138
HSL0.950.990.67
HSV341°66°100°
CMYK 0.000.660.46   0.00
XYZ48.788329.561427.1792
Yxy29.56140.46230.2801
Hunter Lab54.370465.02568.4208
CIE-Lab61.273967.26287.3029

#fe568a color RGB value is (254,86,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10001010
Octal 376 126 212
Decimal 254 86 138
Hex FE 56 8A

RGB Percentages of Color #fe568a

%53.14
%17.99
%28.87

CMYK Percentages of Color #fe568a

%0
%66
%46
%0

Triadic Colors of #fe568a

#fe568a #8afe56 #568afe

Analogous Colors of #fe568a

#fe568a #fe7656 #fe56de

Monochromatic Colors of #fe568a

#fe568a

Complementary Color

#fe568a #56feca

#fe568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe568a Color CSS Codes

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

#fe568a Text Font Color

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

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


#fe568a Background Color

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

This div background color is #fe568a


#fe568a Border Color

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

This div border color is #fe568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe568a


Comments

No comments written yet.

Please login to write comment.