Color Hex Logo

#ff06ac Color Hex

#FF06AC
(255,6,172)
0 Favorites   0 Comments

Color spaces of #ff06ac

RGB 2556172
HSL0.891.000.51
HSV320°98°100°
CMYK 0.000.980.33   0.00
XYZ48.751524.368841.1639
Yxy24.36880.42660.2132
Hunter Lab49.364889.8941-14.8849
CIE-Lab56.455287.9327-19.6930

#ff06ac color RGB value is (255,6,172).

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

The process color (four color CMYK) of #ff06ac color hex is 0.00, 0.98, 0.33, 0.00. Web safe color of #ff06ac is #ff0099. Color #ff06ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 10101100
Octal 377 6 254
Decimal 255 6 172
Hex FF 6 AC

RGB Percentages of Color #ff06ac

%58.89
%1.39
%39.72

CMYK Percentages of Color #ff06ac

%0
%98
%33
%0

Triadic Colors of #ff06ac

#ff06ac #acff06 #06acff

Analogous Colors of #ff06ac

#ff06ac #ff0630 #d606ff

Monochromatic Colors of #ff06ac

#ff06ac

Complementary Color

#ff06ac #06ff59

#ff06ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff06ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff06ac Color CSS Codes

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

#ff06ac Text Font Color

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

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


#ff06ac Background Color

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

This div background color is #ff06ac


#ff06ac Border Color

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

This div border color is #ff06ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff06ac


Comments

No comments written yet.

Please login to write comment.