Color Hex Logo

#a658da Color Hex

#A658DA
(166,88,218)
0 Favorites   0 Comments

Color spaces of #a658da

RGB 16688218
HSL0.770.640.60
HSV276°60°85°
CMYK 0.240.600.00   0.15
XYZ31.870520.148468.5389
Yxy20.14840.26440.1671
Hunter Lab44.887048.1858-59.1103
CIE-Lab52.004654.2424-54.1553

#a658da color RGB value is (166,88,218).

#a658da hex color red value is 166, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a658da hue: 0.77 , saturation: 0.64 and the lightness value of a658da is 0.60.

The process color (four color CMYK) of #a658da color hex is 0.24, 0.60, 0.00, 0.15. Web safe color of #a658da is #9966cc. Color #a658da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011000 11011010
Octal 246 130 332
Decimal 166 88 218
Hex A6 58 DA

RGB Percentages of Color #a658da

%35.17
%18.64
%46.19

CMYK Percentages of Color #a658da

%24
%60
%0
%15

Triadic Colors of #a658da

#a658da #daa658 #58daa6

Analogous Colors of #a658da

#a658da #da58cd #6558da

Monochromatic Colors of #a658da

#a658da

Complementary Color

#a658da #8cda58

#a658da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a658da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a658da Color CSS Codes

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

#a658da Text Font Color

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

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


#a658da Background Color

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

This div background color is #a658da


#a658da Border Color

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

This div border color is #a658da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a658da


Comments

No comments written yet.

Please login to write comment.