Color Hex Logo

#ff52ac Color Hex

#FF52AC
(255,82,172)
0 Favorites   0 Comments

Color spaces of #ff52ac

RGB 25582172
HSL0.911.000.66
HSV329°68°100°
CMYK 0.000.680.33   0.00
XYZ51.703730.273142.1479
Yxy30.27310.41650.2439
Hunter Lab55.021071.4512-6.9034
CIE-Lab61.889172.4315-11.4673

#ff52ac color RGB value is (255,82,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 10101100
Octal 377 122 254
Decimal 255 82 172
Hex FF 52 AC

RGB Percentages of Color #ff52ac

%50.10
%16.11
%33.79

CMYK Percentages of Color #ff52ac

%0
%68
%33
%0

Triadic Colors of #ff52ac

#ff52ac #acff52 #52acff

Analogous Colors of #ff52ac

#ff52ac #ff5255 #fc52ff

Monochromatic Colors of #ff52ac

#ff52ac

Complementary Color

#ff52ac #52ffa5

#ff52ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff52ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff52ac Color CSS Codes

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

#ff52ac Text Font Color

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

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


#ff52ac Background Color

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

This div background color is #ff52ac


#ff52ac Border Color

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

This div border color is #ff52ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff52ac


Comments

No comments written yet.

Please login to write comment.