Color Hex Logo

#ac67ed Color Hex

#AC67ED
(172,103,237)
0 Favorites   0 Comments

Color spaces of #ac67ed

RGB 172103237
HSL0.750.790.67
HSV271°57°93°
CMYK 0.270.570.00   0.07
XYZ37.149624.585682.9083
Yxy24.58560.25680.1700
Hunter Lab49.583946.9653-64.4290
CIE-Lab56.669452.3438-57.3395

#ac67ed color RGB value is (172,103,237).

#ac67ed hex color red value is 172, green value is 103 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac67ed hue: 0.75 , saturation: 0.79 and the lightness value of ac67ed is 0.67.

The process color (four color CMYK) of #ac67ed color hex is 0.27, 0.57, 0.00, 0.07. Web safe color of #ac67ed is #9966ff. Color #ac67ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 11101101
Octal 254 147 355
Decimal 172 103 237
Hex AC 67 ED

RGB Percentages of Color #ac67ed

%33.59
%20.12
%46.29

CMYK Percentages of Color #ac67ed

%27
%57
%0
%7

Triadic Colors of #ac67ed

#ac67ed #edac67 #67edac

Analogous Colors of #ac67ed

#ac67ed #ed67eb #6967ed

Monochromatic Colors of #ac67ed

#ac67ed

Complementary Color

#ac67ed #a8ed67

#ac67ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac67ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac67ed Color CSS Codes

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

#ac67ed Text Font Color

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

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


#ac67ed Background Color

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

This div background color is #ac67ed


#ac67ed Border Color

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

This div border color is #ac67ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac67ed


Comments

No comments written yet.

Please login to write comment.