Color Hex Logo

#fe568b Color Hex

#FE568B
(254,86,139)
0 Favorites   0 Comments

Color spaces of #fe568b

RGB 25486139
HSL0.950.990.67
HSV341°66°100°
CMYK 0.000.660.45   0.00
XYZ48.861029.590527.5624
Yxy29.59050.46090.2791
Hunter Lab54.397265.13858.0365
CIE-Lab61.299367.35236.7576

#fe568b color RGB value is (254,86,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 10001011
Octal 376 126 213
Decimal 254 86 139
Hex FE 56 8B

RGB Percentages of Color #fe568b

%53.03
%17.95
%29.02

CMYK Percentages of Color #fe568b

%0
%66
%45
%0

Triadic Colors of #fe568b

#fe568b #8bfe56 #568bfe

Analogous Colors of #fe568b

#fe568b #fe7556 #fe56df

Monochromatic Colors of #fe568b

#fe568b

Complementary Color

#fe568b #56fec9

#fe568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe568b Color CSS Codes

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

#fe568b Text Font Color

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

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


#fe568b Background Color

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

This div background color is #fe568b


#fe568b Border Color

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

This div border color is #fe568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe568b

Related Colors


Comments

No comments written yet.

Please login to write comment.