Color Hex Logo

#fe565f Color Hex

#FE565F
(254,86,95)
0 Favorites   0 Comments

Color spaces of #fe565f

RGB 2548695
HSL0.990.990.67
HSV357°66°100°
CMYK 0.000.660.63   0.00
XYZ46.266428.552613.8992
Yxy28.55260.52150.3218
Hunter Lab53.434661.043721.9820
CIE-Lab60.384764.075230.9954

#fe565f color RGB value is (254,86,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 01011111
Octal 376 126 137
Decimal 254 86 95
Hex FE 56 5F

RGB Percentages of Color #fe565f

%58.39
%19.77
%21.84

CMYK Percentages of Color #fe565f

%0
%66
%63
%0

Triadic Colors of #fe565f

#fe565f #5ffe56 #565ffe

Analogous Colors of #fe565f

#fe565f #fea156 #fe56b3

Monochromatic Colors of #fe565f

#fe565f

Complementary Color

#fe565f #56fef5

#fe565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe565f Color CSS Codes

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

#fe565f Text Font Color

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

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


#fe565f Background Color

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

This div background color is #fe565f


#fe565f Border Color

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

This div border color is #fe565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe565f

Related Colors


Comments

No comments written yet.

Please login to write comment.