Color Hex Logo

#a35bdd Color Hex

#A35BDD
(163,91,221)
0 Favorites   0 Comments

Color spaces of #a35bdd

RGB 16391221
HSL0.760.660.61
HSV273°59°87°
CMYK 0.260.590.00   0.13
XYZ31.896520.489270.6803
Yxy20.48920.25920.1665
Hunter Lab45.265046.5683-60.8945
CIE-Lab52.385952.6934-55.2647

#a35bdd color RGB value is (163,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011011 11011101
Octal 243 133 335
Decimal 163 91 221
Hex A3 5B DD

RGB Percentages of Color #a35bdd

%34.32
%19.16
%46.53

CMYK Percentages of Color #a35bdd

%26
%59
%0
%13

Triadic Colors of #a35bdd

#a35bdd #dda35b #5bdda3

Analogous Colors of #a35bdd

#a35bdd #dd5bd6 #625bdd

Monochromatic Colors of #a35bdd

#a35bdd

Complementary Color

#a35bdd #95dd5b

#a35bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35bdd Color CSS Codes

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

#a35bdd Text Font Color

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

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


#a35bdd Background Color

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

This div background color is #a35bdd


#a35bdd Border Color

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

This div border color is #a35bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,91,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a35bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35bdd


Comments

No comments written yet.

Please login to write comment.