Color Hex Logo

#ff60ac Color Hex

#FF60AC
(255,96,172)
0 Favorites   0 Comments

Color spaces of #ff60ac

RGB 25596172
HSL0.921.000.69
HSV331°62°100°
CMYK 0.000.620.33   0.00
XYZ52.869332.604342.5365
Yxy32.60430.41300.2547
Hunter Lab57.100265.3486-4.1977
CIE-Lab63.839267.0704-8.5517

#ff60ac color RGB value is (255,96,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 10101100
Octal 377 140 254
Decimal 255 96 172
Hex FF 60 AC

RGB Percentages of Color #ff60ac

%48.76
%18.36
%32.89

CMYK Percentages of Color #ff60ac

%0
%62
%33
%0

Triadic Colors of #ff60ac

#ff60ac #acff60 #60acff

Analogous Colors of #ff60ac

#ff60ac #ff6360 #ff60fc

Monochromatic Colors of #ff60ac

#ff60ac

Complementary Color

#ff60ac #60ffb3

#ff60ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff60ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff60ac Color CSS Codes

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

#ff60ac Text Font Color

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

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


#ff60ac Background Color

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

This div background color is #ff60ac


#ff60ac Border Color

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

This div border color is #ff60ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff60ac


Comments

No comments written yet.

Please login to write comment.