Color Hex Logo

#ac27cb Color Hex

#AC27CB
(172,39,203)
0 Favorites   0 Comments

Color spaces of #ac27cb

RGB 17239203
HSL0.800.680.47
HSV289°81°80°
CMYK 0.150.810.00   0.20
XYZ28.518314.533557.8021
Yxy14.53350.28280.1441
Hunter Lab38.122866.8144-63.2099
CIE-Lab44.988571.8514-56.7888

#ac27cb color RGB value is (172,39,203).

#ac27cb hex color red value is 172, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac27cb hue: 0.80 , saturation: 0.68 and the lightness value of ac27cb is 0.47.

The process color (four color CMYK) of #ac27cb color hex is 0.15, 0.81, 0.00, 0.20. Web safe color of #ac27cb is #9933cc. Color #ac27cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 11001011
Octal 254 47 313
Decimal 172 39 203
Hex AC 27 CB

RGB Percentages of Color #ac27cb

%41.55
%9.42
%49.03

CMYK Percentages of Color #ac27cb

%15
%81
%0
%20

Triadic Colors of #ac27cb

#ac27cb #cbac27 #27cbac

Analogous Colors of #ac27cb

#ac27cb #cb2798 #5a27cb

Monochromatic Colors of #ac27cb

#ac27cb

Complementary Color

#ac27cb #46cb27

#ac27cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac27cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac27cb Color CSS Codes

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

#ac27cb Text Font Color

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

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


#ac27cb Background Color

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

This div background color is #ac27cb


#ac27cb Border Color

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

This div border color is #ac27cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac27cb


Comments

No comments written yet.

Please login to write comment.