Color Hex Logo

#fe528d Color Hex

#FE528D
(254,82,141)
0 Favorites   0 Comments

Color spaces of #fe528d

RGB 25482141
HSL0.940.990.66
HSV339°68°100°
CMYK 0.000.680.44   0.00
XYZ48.698129.028528.2357
Yxy29.02850.45960.2740
Hunter Lab53.878167.05186.6428
CIE-Lab60.806869.02964.8865

#fe528d color RGB value is (254,82,141).

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

The process color (four color CMYK) of #fe528d color hex is 0.00, 0.68, 0.44, 0.00. Web safe color of #fe528d is #ff6699. Color #fe528d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 10001101
Octal 376 122 215
Decimal 254 82 141
Hex FE 52 8D

RGB Percentages of Color #fe528d

%53.25
%17.19
%29.56

CMYK Percentages of Color #fe528d

%0
%68
%44
%0

Triadic Colors of #fe528d

#fe528d #8dfe52 #528dfe

Analogous Colors of #fe528d

#fe528d #fe6d52 #fe52e3

Monochromatic Colors of #fe528d

#fe528d

Complementary Color

#fe528d #52fec3

#fe528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe528d Color CSS Codes

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

#fe528d Text Font Color

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

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


#fe528d Background Color

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

This div background color is #fe528d


#fe528d Border Color

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

This div border color is #fe528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe528d


Comments

No comments written yet.

Please login to write comment.