Color Hex Logo

#fe566b Color Hex

#FE566B
(254,86,107)
0 Favorites   0 Comments

Color spaces of #fe566b

RGB 25486107
HSL0.980.990.67
HSV353°66°100°
CMYK 0.000.660.58   0.00
XYZ46.854728.787916.9970
Yxy28.78790.50580.3108
Hunter Lab53.654461.983418.7758
CIE-Lab60.594064.833424.3706

#fe566b color RGB value is (254,86,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 01101011
Octal 376 126 153
Decimal 254 86 107
Hex FE 56 6B

RGB Percentages of Color #fe566b

%56.82
%19.24
%23.94

CMYK Percentages of Color #fe566b

%0
%66
%58
%0

Triadic Colors of #fe566b

#fe566b #6bfe56 #566bfe

Analogous Colors of #fe566b

#fe566b #fe9556 #fe56bf

Monochromatic Colors of #fe566b

#fe566b

Complementary Color

#fe566b #56fee9

#fe566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe566b Color CSS Codes

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

#fe566b Text Font Color

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

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


#fe566b Background Color

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

This div background color is #fe566b


#fe566b Border Color

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

This div border color is #fe566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe566b

Related Colors


Comments

No comments written yet.

Please login to write comment.