Color Hex Logo

#a628da Color Hex

#A628DA
(166,40,218)
0 Favorites   0 Comments

Color spaces of #a628da

RGB 16640218
HSL0.780.710.51
HSV282°82°85°
CMYK 0.240.820.00   0.15
XYZ29.139614.686567.6286
Yxy14.68650.26140.1318
Hunter Lab38.323068.6607-77.8031
CIE-Lab45.201873.3455-65.1220

#a628da color RGB value is (166,40,218).

#a628da hex color red value is 166, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a628da hue: 0.78 , saturation: 0.71 and the lightness value of a628da is 0.51.

The process color (four color CMYK) of #a628da color hex is 0.24, 0.82, 0.00, 0.15. Web safe color of #a628da is #9933cc. Color #a628da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 11011010
Octal 246 50 332
Decimal 166 40 218
Hex A6 28 DA

RGB Percentages of Color #a628da

%39.15
%9.43
%51.42

CMYK Percentages of Color #a628da

%24
%82
%0
%15

Triadic Colors of #a628da

#a628da #daa628 #28daa6

Analogous Colors of #a628da

#a628da #da28b5 #4d28da

Monochromatic Colors of #a628da

#a628da

Complementary Color

#a628da #5cda28

#a628da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a628da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a628da Color CSS Codes

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

#a628da Text Font Color

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

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


#a628da Background Color

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

This div background color is #a628da


#a628da Border Color

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

This div border color is #a628da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a628da


Comments

No comments written yet.

Please login to write comment.