Color Hex Logo

#a35adb Color Hex

#A35ADB
(163,90,219)
0 Favorites   0 Comments

Color spaces of #a35adb

RGB 16390219
HSL0.760.640.61
HSV274°59°86°
CMYK 0.260.590.00   0.14
XYZ31.546620.213369.2567
Yxy20.21330.26070.1670
Hunter Lab44.959246.5698-59.8609
CIE-Lab52.077552.7473-54.6258

#a35adb color RGB value is (163,90,219).

#a35adb hex color red value is 163, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a35adb hue: 0.76 , saturation: 0.64 and the lightness value of a35adb is 0.61.

The process color (four color CMYK) of #a35adb color hex is 0.26, 0.59, 0.00, 0.14. Web safe color of #a35adb is #9966cc. Color #a35adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011010 11011011
Octal 243 132 333
Decimal 163 90 219
Hex A3 5A DB

RGB Percentages of Color #a35adb

%34.53
%19.07
%46.40

CMYK Percentages of Color #a35adb

%26
%59
%0
%14

Triadic Colors of #a35adb

#a35adb #dba35a #5adba3

Analogous Colors of #a35adb

#a35adb #db5ad3 #635adb

Monochromatic Colors of #a35adb

#a35adb

Complementary Color

#a35adb #92db5a

#a35adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35adb Color CSS Codes

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

#a35adb Text Font Color

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

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


#a35adb Background Color

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

This div background color is #a35adb


#a35adb Border Color

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

This div border color is #a35adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35adb


Comments

No comments written yet.

Please login to write comment.