Color Hex Logo

#ac62db Color Hex

#AC62DB
(172,98,219)
0 Favorites   0 Comments

Color spaces of #ac62db

RGB 17298219
HSL0.770.630.62
HSV277°55°86°
CMYK 0.210.550.00   0.14
XYZ34.167122.620569.5832
Yxy22.62050.27040.1790
Hunter Lab47.561044.9999-53.4504
CIE-Lab54.679350.8646-50.4099

#ac62db color RGB value is (172,98,219).

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

The process color (four color CMYK) of #ac62db color hex is 0.21, 0.55, 0.00, 0.14. Web safe color of #ac62db is #9966cc. Color #ac62db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 11011011
Octal 254 142 333
Decimal 172 98 219
Hex AC 62 DB

RGB Percentages of Color #ac62db

%35.17
%20.04
%44.79

CMYK Percentages of Color #ac62db

%21
%55
%0
%14

Triadic Colors of #ac62db

#ac62db #dbac62 #62dbac

Analogous Colors of #ac62db

#ac62db #db62ce #7062db

Monochromatic Colors of #ac62db

#ac62db

Complementary Color

#ac62db #91db62

#ac62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac62db Color CSS Codes

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

#ac62db Text Font Color

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

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


#ac62db Background Color

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

This div background color is #ac62db


#ac62db Border Color

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

This div border color is #ac62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac62db


Comments

No comments written yet.

Please login to write comment.