Color Hex Logo

#a654be Color Hex

#A654BE
(166,84,190)
0 Favorites   0 Comments

Color spaces of #a654be

RGB 16684190
HSL0.800.450.54
HSV286°56°75°
CMYK 0.130.560.00   0.25
XYZ28.190518.165350.7357
Yxy18.16530.29030.1871
Hunter Lab42.620843.4783-40.7442
CIE-Lab49.696050.2731-41.7844

#a654be color RGB value is (166,84,190).

#a654be hex color red value is 166, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a654be hue: 0.80 , saturation: 0.45 and the lightness value of a654be is 0.54.

The process color (four color CMYK) of #a654be color hex is 0.13, 0.56, 0.00, 0.25. Web safe color of #a654be is #9966cc. Color #a654be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 10111110
Octal 246 124 276
Decimal 166 84 190
Hex A6 54 BE

RGB Percentages of Color #a654be

%37.73
%19.09
%43.18

CMYK Percentages of Color #a654be

%13
%56
%0
%25

Triadic Colors of #a654be

#a654be #bea654 #54bea6

Analogous Colors of #a654be

#a654be #be54a1 #7154be

Monochromatic Colors of #a654be

#a654be

Complementary Color

#a654be #6cbe54

#a654be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a654be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a654be Color CSS Codes

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

#a654be Text Font Color

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

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


#a654be Background Color

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

This div background color is #a654be


#a654be Border Color

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

This div border color is #a654be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,84,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a654be


Comments

No comments written yet.

Please login to write comment.