Color Hex Logo

#a35dfa Color Hex

#A35DFA
(163,93,250)
0 Favorites   0 Comments

Color spaces of #a35dfa

RGB 16393250
HSL0.740.940.67
HSV267°63°98°
CMYK 0.350.630.00   0.02
XYZ36.273922.517492.8769
Yxy22.51740.23920.1485
Hunter Lab47.452553.4081-82.8292
CIE-Lab54.571758.4901-68.0007

#a35dfa color RGB value is (163,93,250).

#a35dfa hex color red value is 163, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a35dfa hue: 0.74 , saturation: 0.94 and the lightness value of a35dfa is 0.67.

The process color (four color CMYK) of #a35dfa color hex is 0.35, 0.63, 0.00, 0.02. Web safe color of #a35dfa is #9966ff. Color #a35dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011101 11111010
Octal 243 135 372
Decimal 163 93 250
Hex A3 5D FA

RGB Percentages of Color #a35dfa

%32.21
%18.38
%49.41

CMYK Percentages of Color #a35dfa

%35
%63
%0
%2

Triadic Colors of #a35dfa

#a35dfa #faa35d #5dfaa3

Analogous Colors of #a35dfa

#a35dfa #f25dfa #5d66fa

Monochromatic Colors of #a35dfa

#a35dfa

Complementary Color

#a35dfa #b4fa5d

#a35dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35dfa Color CSS Codes

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

#a35dfa Text Font Color

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

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


#a35dfa Background Color

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

This div background color is #a35dfa


#a35dfa Border Color

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

This div border color is #a35dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35dfa


Comments

No comments written yet.

Please login to write comment.