Color Hex Logo

#a35dda Color Hex

#A35DDA
(163,93,218)
0 Favorites   0 Comments

Color spaces of #a35dda

RGB 16393218
HSL0.760.630.61
HSV274°57°85°
CMYK 0.250.570.00   0.15
XYZ31.673520.677268.6514
Yxy20.67720.26180.1709
Hunter Lab45.472244.7572-57.6822
CIE-Lab52.594450.9830-53.2321

#a35dda color RGB value is (163,93,218).

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

The process color (four color CMYK) of #a35dda color hex is 0.25, 0.57, 0.00, 0.15. Web safe color of #a35dda is #9966cc. Color #a35dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011101 11011010
Octal 243 135 332
Decimal 163 93 218
Hex A3 5D DA

RGB Percentages of Color #a35dda

%34.39
%19.62
%45.99

CMYK Percentages of Color #a35dda

%25
%57
%0
%15

Triadic Colors of #a35dda

#a35dda #daa35d #5ddaa3

Analogous Colors of #a35dda

#a35dda #da5dd3 #655dda

Monochromatic Colors of #a35dda

#a35dda

Complementary Color

#a35dda #94da5d

#a35dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35dda Color CSS Codes

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

#a35dda Text Font Color

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

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


#a35dda Background Color

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

This div background color is #a35dda


#a35dda Border Color

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

This div border color is #a35dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35dda


Comments

No comments written yet.

Please login to write comment.