Color Hex Logo

#ac7ccb Color Hex

#AC7CCB
(172,124,203)
0 Favorites   0 Comments

Color spaces of #ac7ccb

RGB 172124203
HSL0.770.430.64
HSV276°39°80°
CMYK 0.150.390.00   0.20
XYZ35.000427.497859.9628
Yxy27.49780.28580.2245
Hunter Lab52.438327.3742-31.0908
CIE-Lab59.432333.2445-33.8789

#ac7ccb color RGB value is (172,124,203).

#ac7ccb hex color red value is 172, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac7ccb hue: 0.77 , saturation: 0.43 and the lightness value of ac7ccb is 0.64.

The process color (four color CMYK) of #ac7ccb color hex is 0.15, 0.39, 0.00, 0.20. Web safe color of #ac7ccb is #9966cc. Color #ac7ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111100 11001011
Octal 254 174 313
Decimal 172 124 203
Hex AC 7C CB

RGB Percentages of Color #ac7ccb

%34.47
%24.85
%40.68

CMYK Percentages of Color #ac7ccb

%15
%39
%0
%20

Triadic Colors of #ac7ccb

#ac7ccb #cbac7c #7ccbac

Analogous Colors of #ac7ccb

#ac7ccb #cb7cc3 #857ccb

Monochromatic Colors of #ac7ccb

#ac7ccb

Complementary Color

#ac7ccb #9bcb7c

#ac7ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7ccb Color CSS Codes

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

#ac7ccb Text Font Color

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

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


#ac7ccb Background Color

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

This div background color is #ac7ccb


#ac7ccb Border Color

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

This div border color is #ac7ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7ccb


Comments

No comments written yet.

Please login to write comment.