Color Hex Logo

#ac0385 Color Hex

#AC0385
(172,3,133)
0 Favorites   0 Comments

Color spaces of #ac0385

RGB 1723133
HSL0.870.970.34
HSV314°98°67°
CMYK 0.000.980.23   0.33
XYZ21.279510.529223.1011
Yxy10.52920.38750.1918
Hunter Lab32.448760.2730-19.4960
CIE-Lab38.775967.5033-24.8442

#ac0385 color RGB value is (172,3,133).

#ac0385 hex color red value is 172, green value is 3 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ac0385 hue: 0.87 , saturation: 0.97 and the lightness value of ac0385 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 10000101
Octal 254 3 205
Decimal 172 3 133
Hex AC 3 85

RGB Percentages of Color #ac0385

%55.84
%0.97
%43.18

CMYK Percentages of Color #ac0385

%0
%98
%23
%33

Triadic Colors of #ac0385

#ac0385 #85ac03 #0385ac

Analogous Colors of #ac0385

#ac0385 #ac0330 #7f03ac

Monochromatic Colors of #ac0385

#ac0385

Complementary Color

#ac0385 #03ac2a

#ac0385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0385 Color CSS Codes

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

#ac0385 Text Font Color

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

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


#ac0385 Background Color

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

This div background color is #ac0385


#ac0385 Border Color

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

This div border color is #ac0385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0385


Comments

No comments written yet.

Please login to write comment.