Color Hex Logo

#ac1cbe Color Hex

#AC1CBE
(172,28,190)
0 Favorites   0 Comments

Color spaces of #ac1cbe

RGB 17228190
HSL0.810.740.43
HSV293°85°75°
CMYK 0.090.850.00   0.25
XYZ26.722813.318949.8775
Yxy13.31890.29720.1481
Hunter Lab36.495166.8368-55.4846
CIE-Lab43.239972.2109-52.0364

#ac1cbe color RGB value is (172,28,190).

#ac1cbe hex color red value is 172, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac1cbe hue: 0.81 , saturation: 0.74 and the lightness value of ac1cbe is 0.43.

The process color (four color CMYK) of #ac1cbe color hex is 0.09, 0.85, 0.00, 0.25. Web safe color of #ac1cbe is #9933cc. Color #ac1cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011100 10111110
Octal 254 34 276
Decimal 172 28 190
Hex AC 1C BE

RGB Percentages of Color #ac1cbe

%44.10
%7.18
%48.72

CMYK Percentages of Color #ac1cbe

%9
%85
%0
%25

Triadic Colors of #ac1cbe

#ac1cbe #beac1c #1cbeac

Analogous Colors of #ac1cbe

#ac1cbe #be1c7f #5b1cbe

Monochromatic Colors of #ac1cbe

#ac1cbe

Complementary Color

#ac1cbe #2ebe1c

#ac1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1cbe Color CSS Codes

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

#ac1cbe Text Font Color

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

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


#ac1cbe Background Color

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

This div background color is #ac1cbe


#ac1cbe Border Color

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

This div border color is #ac1cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,28,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 #ac1cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1cbe


Comments

No comments written yet.

Please login to write comment.