Color Hex Logo

#a63deb Color Hex

#A63DEB
(166,61,235)
0 Favorites   0 Comments

Color spaces of #a63deb

RGB 16661235
HSL0.770.810.58
HSV276°74°92°
CMYK 0.290.740.00   0.08
XYZ32.390017.442680.2569
Yxy17.44260.24900.1341
Hunter Lab41.764365.3467-84.7002
CIE-Lab48.812969.8767-68.9172

#a63deb color RGB value is (166,61,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 11101011
Octal 246 75 353
Decimal 166 61 235
Hex A6 3D EB

RGB Percentages of Color #a63deb

%35.93
%13.20
%50.87

CMYK Percentages of Color #a63deb

%29
%74
%0
%8

Triadic Colors of #a63deb

#a63deb #eba63d #3deba6

Analogous Colors of #a63deb

#a63deb #eb3dd9 #4f3deb

Monochromatic Colors of #a63deb

#a63deb

Complementary Color

#a63deb #82eb3d

#a63deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63deb Color CSS Codes

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

#a63deb Text Font Color

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

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


#a63deb Background Color

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

This div background color is #a63deb


#a63deb Border Color

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

This div border color is #a63deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63deb


Comments

No comments written yet.

Please login to write comment.