Color Hex Logo

#ac72ea Color Hex

#AC72EA
(172,114,234)
0 Favorites   0 Comments

Color spaces of #ac72ea

RGB 172114234
HSL0.750.740.68
HSV269°51°92°
CMYK 0.260.510.00   0.08
XYZ37.881926.745881.0078
Yxy26.74580.26010.1836
Hunter Lab51.716340.2465-56.6696
CIE-Lab58.738345.8126-52.3662

#ac72ea color RGB value is (172,114,234).

#ac72ea hex color red value is 172, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac72ea hue: 0.75 , saturation: 0.74 and the lightness value of ac72ea is 0.68.

The process color (four color CMYK) of #ac72ea color hex is 0.26, 0.51, 0.00, 0.08. Web safe color of #ac72ea is #9966ff. Color #ac72ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 11101010
Octal 254 162 352
Decimal 172 114 234
Hex AC 72 EA

RGB Percentages of Color #ac72ea

%33.08
%21.92
%45.00

CMYK Percentages of Color #ac72ea

%26
%51
%0
%8

Triadic Colors of #ac72ea

#ac72ea #eaac72 #72eaac

Analogous Colors of #ac72ea

#ac72ea #e872ea #7274ea

Monochromatic Colors of #ac72ea

#ac72ea

Complementary Color

#ac72ea #b0ea72

#ac72ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac72ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac72ea Color CSS Codes

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

#ac72ea Text Font Color

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

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


#ac72ea Background Color

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

This div background color is #ac72ea


#ac72ea Border Color

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

This div border color is #ac72ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac72ea


Comments

No comments written yet.

Please login to write comment.