Color Hex Logo

#ac1deb Color Hex

#AC1DEB
(172,29,235)
0 Favorites   0 Comments

Color spaces of #ac1deb

RGB 17229235
HSL0.780.840.52
HSV282°88°92°
CMYK 0.270.880.00   0.08
XYZ32.448015.647579.9073
Yxy15.64750.25350.1222
Hunter Lab39.556977.1965-92.0794
CIE-Lab46.508680.0176-72.6275

#ac1deb color RGB value is (172,29,235).

#ac1deb hex color red value is 172, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ac1deb hue: 0.78 , saturation: 0.84 and the lightness value of ac1deb is 0.52.

The process color (four color CMYK) of #ac1deb color hex is 0.27, 0.88, 0.00, 0.08. Web safe color of #ac1deb is #9933ff. Color #ac1deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011101 11101011
Octal 254 35 353
Decimal 172 29 235
Hex AC 1D EB

RGB Percentages of Color #ac1deb

%39.45
%6.65
%53.90

CMYK Percentages of Color #ac1deb

%27
%88
%0
%8

Triadic Colors of #ac1deb

#ac1deb #ebac1d #1debac

Analogous Colors of #ac1deb

#ac1deb #eb1dc3 #451deb

Monochromatic Colors of #ac1deb

#ac1deb

Complementary Color

#ac1deb #5ceb1d

#ac1deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1deb Color CSS Codes

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

#ac1deb Text Font Color

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

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


#ac1deb Background Color

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

This div background color is #ac1deb


#ac1deb Border Color

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

This div border color is #ac1deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1deb


Comments

No comments written yet.

Please login to write comment.