Color Hex Logo

#a35cfa Color Hex

#A35CFA
(163,92,250)
0 Favorites   0 Comments

Color spaces of #a35cfa

RGB 16392250
HSL0.740.940.67
HSV267°63°98°
CMYK 0.350.630.00   0.02
XYZ36.186722.343092.8479
Yxy22.34300.23900.1476
Hunter Lab47.268453.9325-83.3737
CIE-Lab54.389158.9867-68.2959

#a35cfa color RGB value is (163,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011100 11111010
Octal 243 134 372
Decimal 163 92 250
Hex A3 5C FA

RGB Percentages of Color #a35cfa

%32.28
%18.22
%49.50

CMYK Percentages of Color #a35cfa

%35
%63
%0
%2

Triadic Colors of #a35cfa

#a35cfa #faa35c #5cfaa3

Analogous Colors of #a35cfa

#a35cfa #f25cfa #5c64fa

Monochromatic Colors of #a35cfa

#a35cfa

Complementary Color

#a35cfa #b3fa5c

#a35cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35cfa Color CSS Codes

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

#a35cfa Text Font Color

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

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


#a35cfa Background Color

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

This div background color is #a35cfa


#a35cfa Border Color

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

This div border color is #a35cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,92,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 #a35cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35cfa


Comments

No comments written yet.

Please login to write comment.