Color Hex Logo

#a63cbd Color Hex

#A63CBD
(166,60,189)
0 Favorites   0 Comments

Color spaces of #a63cbd

RGB 16660189
HSL0.800.520.49
HSV289°68°74°
CMYK 0.120.680.00   0.26
XYZ26.527115.012849.6437
Yxy15.01280.29090.1646
Hunter Lab38.746454.4012-48.8428
CIE-Lab45.651761.0135-47.6368

#a63cbd color RGB value is (166,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111100 10111101
Octal 246 74 275
Decimal 166 60 189
Hex A6 3C BD

RGB Percentages of Color #a63cbd

%40.00
%14.46
%45.54

CMYK Percentages of Color #a63cbd

%12
%68
%0
%26

Triadic Colors of #a63cbd

#a63cbd #bda63c #3cbda6

Analogous Colors of #a63cbd

#a63cbd #bd3c94 #663cbd

Monochromatic Colors of #a63cbd

#a63cbd

Complementary Color

#a63cbd #53bd3c

#a63cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63cbd Color CSS Codes

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

#a63cbd Text Font Color

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

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


#a63cbd Background Color

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

This div background color is #a63cbd


#a63cbd Border Color

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

This div border color is #a63cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63cbd


Comments

No comments written yet.

Please login to write comment.