Color Hex Logo

#a746db Color Hex

#A746DB
(167,70,219)
0 Favorites   0 Comments

Color spaces of #a746db

RGB 16770219
HSL0.780.670.57
HSV279°68°86°
CMYK 0.240.680.00   0.14
XYZ30.912717.710368.8070
Yxy17.71030.26320.1508
Hunter Lab42.083657.4717-67.4811
CIE-Lab49.142863.0623-59.3125

#a746db color RGB value is (167,70,219).

#a746db hex color red value is 167, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a746db hue: 0.78 , saturation: 0.67 and the lightness value of a746db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 11011011
Octal 247 106 333
Decimal 167 70 219
Hex A7 46 DB

RGB Percentages of Color #a746db

%36.62
%15.35
%48.03

CMYK Percentages of Color #a746db

%24
%68
%0
%14

Triadic Colors of #a746db

#a746db #dba746 #46dba7

Analogous Colors of #a746db

#a746db #db46c5 #5c46db

Monochromatic Colors of #a746db

#a746db

Complementary Color

#a746db #7adb46

#a746db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746db Color CSS Codes

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

#a746db Text Font Color

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

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


#a746db Background Color

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

This div background color is #a746db


#a746db Border Color

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

This div border color is #a746db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746db


Comments

No comments written yet.

Please login to write comment.