Color Hex Logo

#ac65da Color Hex

#AC65DA
(172,101,218)
0 Favorites   0 Comments

Color spaces of #ac65da

RGB 172101218
HSL0.770.610.63
HSV276°54°85°
CMYK 0.210.540.00   0.15
XYZ34.321823.140068.9872
Yxy23.14000.27140.1830
Hunter Lab48.104143.1760-51.3564
CIE-Lab55.216349.0858-48.9908

#ac65da color RGB value is (172,101,218).

#ac65da hex color red value is 172, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac65da hue: 0.77 , saturation: 0.61 and the lightness value of ac65da is 0.63.

The process color (four color CMYK) of #ac65da color hex is 0.21, 0.54, 0.00, 0.15. Web safe color of #ac65da is #9966cc. Color #ac65da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 11011010
Octal 254 145 332
Decimal 172 101 218
Hex AC 65 DA

RGB Percentages of Color #ac65da

%35.03
%20.57
%44.40

CMYK Percentages of Color #ac65da

%21
%54
%0
%15

Triadic Colors of #ac65da

#ac65da #daac65 #65daac

Analogous Colors of #ac65da

#ac65da #da65ce #7265da

Monochromatic Colors of #ac65da

#ac65da

Complementary Color

#ac65da #93da65

#ac65da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac65da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac65da Color CSS Codes

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

#ac65da Text Font Color

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

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


#ac65da Background Color

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

This div background color is #ac65da


#ac65da Border Color

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

This div border color is #ac65da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac65da


Comments

No comments written yet.

Please login to write comment.