Color Hex Logo

#a63cbc Color Hex

#A63CBC
(166,60,188)
0 Favorites   0 Comments

Color spaces of #a63cbc

RGB 16660188
HSL0.800.520.49
HSV290°68°74°
CMYK 0.120.680.00   0.26
XYZ26.418814.969549.0739
Yxy14.96950.29200.1655
Hunter Lab38.690454.1760-48.1185
CIE-Lab45.592460.8239-47.1479

#a63cbc color RGB value is (166,60,188).

#a63cbc hex color red value is 166, green value is 60 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a63cbc hue: 0.80 , saturation: 0.52 and the lightness value of a63cbc is 0.49.

The process color (four color CMYK) of #a63cbc color hex is 0.12, 0.68, 0.00, 0.26. Web safe color of #a63cbc is #9933cc. Color #a63cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111100 10111100
Octal 246 74 274
Decimal 166 60 188
Hex A6 3C BC

RGB Percentages of Color #a63cbc

%40.10
%14.49
%45.41

CMYK Percentages of Color #a63cbc

%12
%68
%0
%26

Triadic Colors of #a63cbc

#a63cbc #bca63c #3cbca6

Analogous Colors of #a63cbc

#a63cbc #bc3c92 #663cbc

Monochromatic Colors of #a63cbc

#a63cbc

Complementary Color

#a63cbc #52bc3c

#a63cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63cbc Color CSS Codes

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

#a63cbc Text Font Color

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

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


#a63cbc Background Color

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

This div background color is #a63cbc


#a63cbc Border Color

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

This div border color is #a63cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63cbc


Comments

No comments written yet.

Please login to write comment.