Color Hex Logo

#a335db Color Hex

#A335DB
(163,53,219)
0 Favorites   0 Comments

Color spaces of #a335db

RGB 16353219
HSL0.780.700.53
HSV280°76°86°
CMYK 0.260.760.00   0.14
XYZ29.163515.447268.4624
Yxy15.44720.25790.1366
Hunter Lab39.302963.6702-75.7662
CIE-Lab46.240768.9595-64.0292

#a335db color RGB value is (163,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 11011011
Octal 243 65 333
Decimal 163 53 219
Hex A3 35 DB

RGB Percentages of Color #a335db

%37.47
%12.18
%50.34

CMYK Percentages of Color #a335db

%26
%76
%0
%14

Triadic Colors of #a335db

#a335db #dba335 #35dba3

Analogous Colors of #a335db

#a335db #db35c0 #5035db

Monochromatic Colors of #a335db

#a335db

Complementary Color

#a335db #6ddb35

#a335db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a335db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a335db Color CSS Codes

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

#a335db Text Font Color

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

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


#a335db Background Color

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

This div background color is #a335db


#a335db Border Color

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

This div border color is #a335db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a335db


Comments

No comments written yet.

Please login to write comment.