color codes Logo

#ac069d color codes

#AC069D
(172,6,157)
0 Favorites   0 Comments

Color spaces of #ac069d

RGB 1726157
HSL0.850.930.35
HSV305°97°67°
CMYK 0.000.970.09   0.33
XYZ23.164211.335232.8653
Yxy11.33520.34390.1683
Hunter Lab33.667863.8934-34.3093
CIE-Lab40.139470.3373-37.3678

#ac069d color RGB value is (172,6,157).

#ac069d hex color red value is 172, green value is 6 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ac069d hue: 0.85 , saturation: 0.93 and the lightness value of ac069d is 0.35.

The process color (four color CMYK) of #ac069d color code is 0.00, 0.97, 0.09, 0.33. Web safe color of #ac069d is #990099. Color #ac069d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 10011101
Octal 254 6 235
Decimal 172 6 157
Hex AC 6 9D

RGB Percentages of Color #ac069d

%51.34
%1.79
%46.87

CMYK Percentages of Color #ac069d

%0
%97
%9
%33

Triadic Colors of #ac069d

#ac069d #9dac06 #069dac

Analogous Colors of #ac069d

#ac069d #ac064a #6806ac

Monochromatic Colors of #ac069d

#ac069d

Complementary Color

#ac069d #06ac15

#ac069d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac069d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac069d Color CSS Codes

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

#ac069d Text Font Color

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

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


#ac069d Background Color

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

This div background color is #ac069d


#ac069d Border Color

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

This div border color is #ac069d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac069d


Comments

No comments written yet.

Please login to write comment.