Color Hex Logo

#ac7cbe Color Hex

#AC7CBE
(172,124,190)
0 Favorites   0 Comments

Color spaces of #ac7cbe

RGB 172124190
HSL0.790.340.62
HSV284°35°75°
CMYK 0.090.350.00   0.25
XYZ33.515226.903752.1417
Yxy26.90370.29780.2390
Hunter Lab51.868824.5681-23.2938
CIE-Lab58.885130.4605-27.3604

#ac7cbe color RGB value is (172,124,190).

#ac7cbe hex color red value is 172, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac7cbe hue: 0.79 , saturation: 0.34 and the lightness value of ac7cbe is 0.62.

The process color (four color CMYK) of #ac7cbe color hex is 0.09, 0.35, 0.00, 0.25. Web safe color of #ac7cbe is #9966cc. Color #ac7cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111100 10111110
Octal 254 174 276
Decimal 172 124 190
Hex AC 7C BE

RGB Percentages of Color #ac7cbe

%35.39
%25.51
%39.09

CMYK Percentages of Color #ac7cbe

%9
%35
%0
%25

Triadic Colors of #ac7cbe

#ac7cbe #beac7c #7cbeac

Analogous Colors of #ac7cbe

#ac7cbe #be7caf #8b7cbe

Monochromatic Colors of #ac7cbe

#ac7cbe

Complementary Color

#ac7cbe #8ebe7c

#ac7cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7cbe Color CSS Codes

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

#ac7cbe Text Font Color

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

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


#ac7cbe Background Color

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

This div background color is #ac7cbe


#ac7cbe Border Color

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

This div border color is #ac7cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7cbe


Comments

No comments written yet.

Please login to write comment.