Color Hex Logo

#a35dca Color Hex

#A35DCA
(163,93,202)
0 Favorites   0 Comments

Color spaces of #a35dca

RGB 16393202
HSL0.770.510.58
HSV279°54°79°
CMYK 0.190.540.00   0.21
XYZ29.679319.879558.1500
Yxy19.87950.27560.1846
Hunter Lab44.586440.7936-46.1160
CIE-Lab51.700747.4017-45.5403

#a35dca color RGB value is (163,93,202).

#a35dca hex color red value is 163, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a35dca hue: 0.77 , saturation: 0.51 and the lightness value of a35dca is 0.58.

The process color (four color CMYK) of #a35dca color hex is 0.19, 0.54, 0.00, 0.21. Web safe color of #a35dca is #9966cc. Color #a35dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011101 11001010
Octal 243 135 312
Decimal 163 93 202
Hex A3 5D CA

RGB Percentages of Color #a35dca

%35.59
%20.31
%44.10

CMYK Percentages of Color #a35dca

%19
%54
%0
%21

Triadic Colors of #a35dca

#a35dca #caa35d #5dcaa3

Analogous Colors of #a35dca

#a35dca #ca5dbb #6d5dca

Monochromatic Colors of #a35dca

#a35dca

Complementary Color

#a35dca #84ca5d

#a35dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35dca Color CSS Codes

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

#a35dca Text Font Color

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

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


#a35dca Background Color

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

This div background color is #a35dca


#a35dca Border Color

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

This div border color is #a35dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35dca


Comments

No comments written yet.

Please login to write comment.