Color Hex Logo

#a63dce Color Hex

#A63DCE
(166,61,206)
0 Favorites   0 Comments

Color spaces of #a63dce

RGB 16661206
HSL0.790.600.52
HSV283°70°81°
CMYK 0.190.700.00   0.19
XYZ28.535215.900759.9577
Yxy15.90070.27330.1523
Hunter Lab39.875757.9529-61.2364
CIE-Lab46.843963.9200-55.5783

#a63dce color RGB value is (166,61,206).

#a63dce hex color red value is 166, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a63dce hue: 0.79 , saturation: 0.60 and the lightness value of a63dce is 0.52.

The process color (four color CMYK) of #a63dce color hex is 0.19, 0.70, 0.00, 0.19. Web safe color of #a63dce is #9933cc. Color #a63dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 11001110
Octal 246 75 316
Decimal 166 61 206
Hex A6 3D CE

RGB Percentages of Color #a63dce

%38.34
%14.09
%47.58

CMYK Percentages of Color #a63dce

%19
%70
%0
%19

Triadic Colors of #a63dce

#a63dce #cea63d #3dcea6

Analogous Colors of #a63dce

#a63dce #ce3dae #5d3dce

Monochromatic Colors of #a63dce

#a63dce

Complementary Color

#a63dce #65ce3d

#a63dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63dce Color CSS Codes

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

#a63dce Text Font Color

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

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


#a63dce Background Color

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

This div background color is #a63dce


#a63dce Border Color

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

This div border color is #a63dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63dce


Comments

No comments written yet.

Please login to write comment.