Color Hex Logo

#fe528b Color Hex

#FE528B
(254,82,139)
0 Favorites   0 Comments

Color spaces of #fe528b

RGB 25482139
HSL0.940.990.66
HSV340°68°100°
CMYK 0.000.680.45   0.00
XYZ48.550528.969527.4589
Yxy28.96950.46250.2760
Hunter Lab53.823366.82247.4285
CIE-Lab60.754768.84945.9772

#fe528b color RGB value is (254,82,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 10001011
Octal 376 122 213
Decimal 254 82 139
Hex FE 52 8B

RGB Percentages of Color #fe528b

%53.47
%17.26
%29.26

CMYK Percentages of Color #fe528b

%0
%68
%45
%0

Triadic Colors of #fe528b

#fe528b #8bfe52 #528bfe

Analogous Colors of #fe528b

#fe528b #fe6f52 #fe52e1

Monochromatic Colors of #fe528b

#fe528b

Complementary Color

#fe528b #52fec5

#fe528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe528b Color CSS Codes

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

#fe528b Text Font Color

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

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


#fe528b Background Color

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

This div background color is #fe528b


#fe528b Border Color

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

This div border color is #fe528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe528b


Comments

No comments written yet.

Please login to write comment.