color codes Logo

#ac06ef color codes

#AC06EF
(172,6,239)
0 Favorites   0 Comments

Color spaces of #ac06ef

RGB 1726239
HSL0.790.950.48
HSV283°97°94°
CMYK 0.280.970.00   0.06
XYZ32.658415.132982.8610
Yxy15.13290.25000.1158
Hunter Lab38.901081.7785-99.0597
CIE-Lab45.815783.7579-76.0181

#ac06ef color RGB value is (172,6,239).

#ac06ef hex color red value is 172, green value is 6 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ac06ef hue: 0.79 , saturation: 0.95 and the lightness value of ac06ef is 0.48.

The process color (four color CMYK) of #ac06ef color code is 0.28, 0.97, 0.00, 0.06. Web safe color of #ac06ef is #9900ff. Color #ac06ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 11101111
Octal 254 6 357
Decimal 172 6 239
Hex AC 6 EF

RGB Percentages of Color #ac06ef

%41.25
%1.44
%57.31

CMYK Percentages of Color #ac06ef

%28
%97
%0
%6

Triadic Colors of #ac06ef

#ac06ef #efac06 #06efac

Analogous Colors of #ac06ef

#ac06ef #ef06be #3706ef

Monochromatic Colors of #ac06ef

#ac06ef

Complementary Color

#ac06ef #49ef06

#ac06ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac06ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac06ef Color CSS Codes

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

#ac06ef Text Font Color

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

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


#ac06ef Background Color

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

This div background color is #ac06ef


#ac06ef Border Color

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

This div border color is #ac06ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac06ef


Comments

No comments written yet.

Please login to write comment.