Color Hex Logo

#a634db Color Hex

#A634DB
(166,52,219)
0 Favorites   0 Comments

Color spaces of #a634db

RGB 16652219
HSL0.780.700.53
HSV281°76°86°
CMYK 0.240.760.00   0.14
XYZ29.740115.677468.4764
Yxy15.67740.26110.1376
Hunter Lab39.594764.7830-74.8218
CIE-Lab46.548469.8415-63.5104

#a634db color RGB value is (166,52,219).

#a634db hex color red value is 166, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a634db hue: 0.78 , saturation: 0.70 and the lightness value of a634db is 0.53.

The process color (four color CMYK) of #a634db color hex is 0.24, 0.76, 0.00, 0.14. Web safe color of #a634db is #9933cc. Color #a634db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110100 11011011
Octal 246 64 333
Decimal 166 52 219
Hex A6 34 DB

RGB Percentages of Color #a634db

%37.99
%11.90
%50.11

CMYK Percentages of Color #a634db

%24
%76
%0
%14

Triadic Colors of #a634db

#a634db #dba634 #34dba6

Analogous Colors of #a634db

#a634db #db34bd #5334db

Monochromatic Colors of #a634db

#a634db

Complementary Color

#a634db #69db34

#a634db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a634db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a634db Color CSS Codes

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

#a634db Text Font Color

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

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


#a634db Background Color

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

This div background color is #a634db


#a634db Border Color

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

This div border color is #a634db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a634db


Comments

No comments written yet.

Please login to write comment.