Color Hex Logo

#fe537c Color Hex

#FE537C
(254,83,124)
0 Favorites   0 Comments

Color spaces of #fe537c

RGB 25483124
HSL0.960.990.66
HSV346°67°100°
CMYK 0.000.670.51   0.00
XYZ47.604428.712622.1018
Yxy28.71260.48370.2917
Hunter Lab53.584164.808013.0536
CIE-Lab60.527167.217014.4033

#fe537c color RGB value is (254,83,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 01111100
Octal 376 123 174
Decimal 254 83 124
Hex FE 53 7C

RGB Percentages of Color #fe537c

%55.10
%18.00
%26.90

CMYK Percentages of Color #fe537c

%0
%67
%51
%0

Triadic Colors of #fe537c

#fe537c #7cfe53 #537cfe

Analogous Colors of #fe537c

#fe537c #fe8053 #fe53d2

Monochromatic Colors of #fe537c

#fe537c

Complementary Color

#fe537c #53fed5

#fe537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe537c Color CSS Codes

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

#fe537c Text Font Color

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

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


#fe537c Background Color

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

This div background color is #fe537c


#fe537c Border Color

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

This div border color is #fe537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe537c


Comments

No comments written yet.

Please login to write comment.