Color Hex Logo

#ac3868 Color Hex

#AC3868
(172,56,104)
0 Favorites   0 Comments

Color spaces of #ac3868

RGB 17256104
HSL0.930.510.45
HSV335°67°67°
CMYK 0.000.670.40   0.33
XYZ20.926112.598514.4255
Yxy12.59850.43640.2627
Hunter Lab35.494443.12150.7496
CIE-Lab42.151951.2614-1.6958

#ac3868 color RGB value is (172,56,104).

#ac3868 hex color red value is 172, green value is 56 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ac3868 hue: 0.93 , saturation: 0.51 and the lightness value of ac3868 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111000 01101000
Octal 254 70 150
Decimal 172 56 104
Hex AC 38 68

RGB Percentages of Color #ac3868

%51.81
%16.87
%31.33

CMYK Percentages of Color #ac3868

%0
%67
%40
%33

Triadic Colors of #ac3868

#ac3868 #68ac38 #3868ac

Analogous Colors of #ac3868

#ac3868 #ac4238 #ac38a2

Monochromatic Colors of #ac3868

#ac3868

Complementary Color

#ac3868 #38ac7c

#ac3868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3868 Color CSS Codes

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

#ac3868 Text Font Color

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

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


#ac3868 Background Color

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

This div background color is #ac3868


#ac3868 Border Color

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

This div border color is #ac3868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3868


Comments

No comments written yet.

Please login to write comment.