Color Hex Logo

#a35dde Color Hex

#A35DDE
(163,93,222)
0 Favorites   0 Comments

Color spaces of #a35dde

RGB 16393222
HSL0.760.660.62
HSV273°58°87°
CMYK 0.270.580.00   0.13
XYZ32.203420.889271.4419
Yxy20.88920.25860.1677
Hunter Lab45.704745.7873-60.6840
CIE-Lab52.828051.8984-55.1221

#a35dde color RGB value is (163,93,222).

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

The process color (four color CMYK) of #a35dde color hex is 0.27, 0.58, 0.00, 0.13. Web safe color of #a35dde is #9966cc. Color #a35dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011101 11011110
Octal 243 135 336
Decimal 163 93 222
Hex A3 5D DE

RGB Percentages of Color #a35dde

%34.10
%19.46
%46.44

CMYK Percentages of Color #a35dde

%27
%58
%0
%13

Triadic Colors of #a35dde

#a35dde #dea35d #5ddea3

Analogous Colors of #a35dde

#a35dde #de5dd9 #625dde

Monochromatic Colors of #a35dde

#a35dde

Complementary Color

#a35dde #98de5d

#a35dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35dde Color CSS Codes

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

#a35dde Text Font Color

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

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


#a35dde Background Color

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

This div background color is #a35dde


#a35dde Border Color

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

This div border color is #a35dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35dde


Comments

No comments written yet.

Please login to write comment.