Color Hex Logo

#ac81ec Color Hex

#AC81EC
(172,129,236)
0 Favorites   0 Comments

Color spaces of #ac81ec

RGB 172129236
HSL0.730.740.72
HSV264°45°93°
CMYK 0.270.450.00   0.07
XYZ40.003830.527383.1408
Yxy30.52730.26030.1987
Hunter Lab55.251532.5493-50.5417
CIE-Lab62.106538.0401-48.1357

#ac81ec color RGB value is (172,129,236).

#ac81ec hex color red value is 172, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ac81ec hue: 0.73 , saturation: 0.74 and the lightness value of ac81ec is 0.72.

The process color (four color CMYK) of #ac81ec color hex is 0.27, 0.45, 0.00, 0.07. Web safe color of #ac81ec is #9999ff. Color #ac81ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 11101100
Octal 254 201 354
Decimal 172 129 236
Hex AC 81 EC

RGB Percentages of Color #ac81ec

%32.03
%24.02
%43.95

CMYK Percentages of Color #ac81ec

%27
%45
%0
%7

Triadic Colors of #ac81ec

#ac81ec #ecac81 #81ecac

Analogous Colors of #ac81ec

#ac81ec #e281ec #818cec

Monochromatic Colors of #ac81ec

#ac81ec

Complementary Color

#ac81ec #c1ec81

#ac81ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac81ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac81ec Color CSS Codes

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

#ac81ec Text Font Color

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

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


#ac81ec Background Color

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

This div background color is #ac81ec


#ac81ec Border Color

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

This div border color is #ac81ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac81ec


Comments

No comments written yet.

Please login to write comment.