Color Hex Logo

#ac51da Color Hex

#AC51DA
(172,81,218)
0 Favorites   0 Comments

Color spaces of #ac51da

RGB 17281218
HSL0.780.650.59
HSV280°63°85°
CMYK 0.210.630.00   0.15
XYZ32.610619.717568.4168
Yxy19.71750.27010.1633
Hunter Lab44.404453.3828-60.2690
CIE-Lab51.516359.0154-54.8953

#ac51da color RGB value is (172,81,218).

#ac51da hex color red value is 172, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac51da hue: 0.78 , saturation: 0.65 and the lightness value of ac51da is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 11011010
Octal 254 121 332
Decimal 172 81 218
Hex AC 51 DA

RGB Percentages of Color #ac51da

%36.52
%17.20
%46.28

CMYK Percentages of Color #ac51da

%21
%63
%0
%15

Triadic Colors of #ac51da

#ac51da #daac51 #51daac

Analogous Colors of #ac51da

#ac51da #da51c4 #6851da

Monochromatic Colors of #ac51da

#ac51da

Complementary Color

#ac51da #7fda51

#ac51da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac51da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac51da Color CSS Codes

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

#ac51da Text Font Color

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

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


#ac51da Background Color

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

This div background color is #ac51da


#ac51da Border Color

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

This div border color is #ac51da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,81,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 #ac51da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac51da


Comments

No comments written yet.

Please login to write comment.