Color Hex Logo

#ac1bdd Color Hex

#AC1BDD
(172,27,221)
0 Favorites   0 Comments

Color spaces of #ac1bdd

RGB 17227221
HSL0.790.780.49
HSV285°88°87°
CMYK 0.220.880.00   0.13
XYZ30.456314.775069.6532
Yxy14.77500.26510.1286
Hunter Lab38.438374.1663-80.5314
CIE-Lab45.324577.8201-66.5966

#ac1bdd color RGB value is (172,27,221).

#ac1bdd hex color red value is 172, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac1bdd hue: 0.79 , saturation: 0.78 and the lightness value of ac1bdd is 0.49.

The process color (four color CMYK) of #ac1bdd color hex is 0.22, 0.88, 0.00, 0.13. Web safe color of #ac1bdd is #9933cc. Color #ac1bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011011 11011101
Octal 254 33 335
Decimal 172 27 221
Hex AC 1B DD

RGB Percentages of Color #ac1bdd

%40.95
%6.43
%52.62

CMYK Percentages of Color #ac1bdd

%22
%88
%0
%13

Triadic Colors of #ac1bdd

#ac1bdd #ddac1b #1bddac

Analogous Colors of #ac1bdd

#ac1bdd #dd1bad #4b1bdd

Monochromatic Colors of #ac1bdd

#ac1bdd

Complementary Color

#ac1bdd #4cdd1b

#ac1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1bdd Color CSS Codes

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

#ac1bdd Text Font Color

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

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


#ac1bdd Background Color

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

This div background color is #ac1bdd


#ac1bdd Border Color

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

This div border color is #ac1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1bdd


Comments

No comments written yet.

Please login to write comment.