Color Hex Logo

#fe526c Color Hex

#FE526C
(254,82,108)
0 Favorites   0 Comments

Color spaces of #fe526c

RGB 25482108
HSL0.970.990.66
HSV351°68°100°
CMYK 0.000.680.57   0.00
XYZ46.597128.188117.1723
Yxy28.18810.50670.3065
Hunter Lab53.092563.750417.9879
CIE-Lab60.058366.417223.0780

#fe526c color RGB value is (254,82,108).

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

The process color (four color CMYK) of #fe526c color hex is 0.00, 0.68, 0.57, 0.00. Web safe color of #fe526c is #ff6666. Color #fe526c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 01101100
Octal 376 122 154
Decimal 254 82 108
Hex FE 52 6C

RGB Percentages of Color #fe526c

%57.21
%18.47
%24.32

CMYK Percentages of Color #fe526c

%0
%68
%57
%0

Triadic Colors of #fe526c

#fe526c #6cfe52 #526cfe

Analogous Colors of #fe526c

#fe526c #fe8e52 #fe52c2

Monochromatic Colors of #fe526c

#fe526c

Complementary Color

#fe526c #52fee4

#fe526c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe526c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe526c Color CSS Codes

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

#fe526c Text Font Color

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

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


#fe526c Background Color

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

This div background color is #fe526c


#fe526c Border Color

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

This div border color is #fe526c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe526c

Related Colors


Comments

No comments written yet.

Please login to write comment.