Color Hex Logo

#a635eb Color Hex

#A635EB
(166,53,235)
0 Favorites   0 Comments

Color spaces of #a635eb

RGB 16653235
HSL0.770.820.56
HSV277°77°92°
CMYK 0.290.770.00   0.08
XYZ31.994416.651480.1250
Yxy16.65140.24850.1293
Hunter Lab40.806168.5438-87.8548
CIE-Lab47.817872.7386-70.5340

#a635eb color RGB value is (166,53,235).

#a635eb hex color red value is 166, green value is 53 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a635eb hue: 0.77 , saturation: 0.82 and the lightness value of a635eb is 0.56.

The process color (four color CMYK) of #a635eb color hex is 0.29, 0.77, 0.00, 0.08. Web safe color of #a635eb is #9933ff. Color #a635eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110101 11101011
Octal 246 65 353
Decimal 166 53 235
Hex A6 35 EB

RGB Percentages of Color #a635eb

%36.56
%11.67
%51.76

CMYK Percentages of Color #a635eb

%29
%77
%0
%8

Triadic Colors of #a635eb

#a635eb #eba635 #35eba6

Analogous Colors of #a635eb

#a635eb #eb35d5 #4b35eb

Monochromatic Colors of #a635eb

#a635eb

Complementary Color

#a635eb #7aeb35

#a635eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a635eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a635eb Color CSS Codes

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

#a635eb Text Font Color

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

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


#a635eb Background Color

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

This div background color is #a635eb


#a635eb Border Color

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

This div border color is #a635eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,53,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a635eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a635eb;
  -webkit-box-shadow: 1px 1px 3px 2px #a635eb;
  box-shadow:         1px 1px 3px 2px #a635eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,53,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a635eb


Comments

No comments written yet.

Please login to write comment.