Color Hex Logo

#ff529e Color Hex

#FF529E
(255,82,158)
0 Favorites   0 Comments

Color spaces of #ff529e

RGB 25582158
HSL0.931.000.66
HSV334°68°100°
CMYK 0.000.680.38   0.00
XYZ50.428829.763235.4347
Yxy29.76320.43610.2574
Hunter Lab54.555769.5250-0.3208
CIE-Lab61.449470.9444-4.0353

#ff529e color RGB value is (255,82,158).

#ff529e hex color red value is 255, green value is 82 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ff529e hue: 0.93 , saturation: 1.00 and the lightness value of ff529e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 10011110
Octal 377 122 236
Decimal 255 82 158
Hex FF 52 9E

RGB Percentages of Color #ff529e

%51.52
%16.57
%31.92

CMYK Percentages of Color #ff529e

%0
%68
%38
%0

Triadic Colors of #ff529e

#ff529e #9eff52 #529eff

Analogous Colors of #ff529e

#ff529e #ff5d52 #ff52f5

Monochromatic Colors of #ff529e

#ff529e

Complementary Color

#ff529e #52ffb3

#ff529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff529e Color CSS Codes

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

#ff529e Text Font Color

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

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


#ff529e Background Color

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

This div background color is #ff529e


#ff529e Border Color

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

This div border color is #ff529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff529e


Comments

No comments written yet.

Please login to write comment.