Color Hex Logo

#ac0367 Color Hex

#AC0367
(172,3,103)
0 Favorites   0 Comments

Color spaces of #ac0367

RGB 1723103
HSL0.900.970.34
HSV324°98°67°
CMYK 0.000.980.40   0.33
XYZ19.49409.815113.6990
Yxy9.81510.45330.2282
Hunter Lab31.329156.2429-3.9949
CIE-Lab37.508564.2255-7.9605

#ac0367 color RGB value is (172,3,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 01100111
Octal 254 3 147
Decimal 172 3 103
Hex AC 3 67

RGB Percentages of Color #ac0367

%61.87
%1.08
%37.05

CMYK Percentages of Color #ac0367

%0
%98
%40
%33

Triadic Colors of #ac0367

#ac0367 #67ac03 #0367ac

Analogous Colors of #ac0367

#ac0367 #ac0312 #9d03ac

Monochromatic Colors of #ac0367

#ac0367

Complementary Color

#ac0367 #03ac48

#ac0367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0367 Color CSS Codes

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

#ac0367 Text Font Color

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

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


#ac0367 Background Color

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

This div background color is #ac0367


#ac0367 Border Color

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

This div border color is #ac0367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0367


Comments

No comments written yet.

Please login to write comment.