Color Hex Logo

#ff53ac Color Hex

#FF53AC
(255,83,172)
0 Favorites   0 Comments

Color spaces of #ff53ac

RGB 25583172
HSL0.911.000.66
HSV329°67°100°
CMYK 0.000.670.33   0.00
XYZ51.779730.425142.1733
Yxy30.42510.41630.2446
Hunter Lab55.159071.0362-6.7205
CIE-Lab62.019372.0704-11.2722

#ff53ac color RGB value is (255,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 10101100
Octal 377 123 254
Decimal 255 83 172
Hex FF 53 AC

RGB Percentages of Color #ff53ac

%50.00
%16.27
%33.73

CMYK Percentages of Color #ff53ac

%0
%67
%33
%0

Triadic Colors of #ff53ac

#ff53ac #acff53 #53acff

Analogous Colors of #ff53ac

#ff53ac #ff5356 #fc53ff

Monochromatic Colors of #ff53ac

#ff53ac

Complementary Color

#ff53ac #53ffa6

#ff53ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53ac Color CSS Codes

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

#ff53ac Text Font Color

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

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


#ff53ac Background Color

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

This div background color is #ff53ac


#ff53ac Border Color

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

This div border color is #ff53ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,83,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 #ff53ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53ac

Related Colors


Comments

No comments written yet.

Please login to write comment.