Color Hex Logo

#a246db Color Hex

#A246DB
(162,70,219)
0 Favorites   0 Comments

Color spaces of #a246db

RGB 16270219
HSL0.770.670.57
HSV277°68°86°
CMYK 0.260.680.00   0.14
XYZ29.876617.176268.7585
Yxy17.17620.25800.1483
Hunter Lab41.444256.1511-69.3549
CIE-Lab48.481362.0285-60.4128

#a246db color RGB value is (162,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 11011011
Octal 242 106 333
Decimal 162 70 219
Hex A2 46 DB

RGB Percentages of Color #a246db

%35.92
%15.52
%48.56

CMYK Percentages of Color #a246db

%26
%68
%0
%14

Triadic Colors of #a246db

#a246db #dba246 #46dba2

Analogous Colors of #a246db

#a246db #db46ca #5746db

Monochromatic Colors of #a246db

#a246db

Complementary Color

#a246db #7fdb46

#a246db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a246db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a246db Color CSS Codes

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

#a246db Text Font Color

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

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


#a246db Background Color

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

This div background color is #a246db


#a246db Border Color

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

This div border color is #a246db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a246db


Comments

No comments written yet.

Please login to write comment.