Color Hex Logo

#fe536a Color Hex

#FE536A
(254,83,106)
0 Favorites   0 Comments

Color spaces of #fe536a

RGB 25483106
HSL0.980.990.66
HSV352°67°100°
CMYK 0.000.670.58   0.00
XYZ46.567828.298016.6433
Yxy28.29800.50890.3092
Hunter Lab53.195963.166618.6871
CIE-Lab60.157065.909024.3694

#fe536a color RGB value is (254,83,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 01101010
Octal 376 123 152
Decimal 254 83 106
Hex FE 53 6A

RGB Percentages of Color #fe536a

%57.34
%18.74
%23.93

CMYK Percentages of Color #fe536a

%0
%67
%58
%0

Triadic Colors of #fe536a

#fe536a #6afe53 #536afe

Analogous Colors of #fe536a

#fe536a #fe9253 #fe53c0

Monochromatic Colors of #fe536a

#fe536a

Complementary Color

#fe536a #53fee7

#fe536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe536a Color CSS Codes

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

#fe536a Text Font Color

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

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


#fe536a Background Color

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

This div background color is #fe536a


#fe536a Border Color

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

This div border color is #fe536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe536a

Related Colors


Comments

No comments written yet.

Please login to write comment.