Color Hex Logo

#a63dbc Color Hex

#A63DBC
(166,61,188)
0 Favorites   0 Comments

Color spaces of #a63dbc

RGB 16661188
HSL0.800.510.49
HSV290°68°74°
CMYK 0.120.680.00   0.26
XYZ26.471715.075349.0916
Yxy15.07530.29210.1663
Hunter Lab38.826953.7519-47.7857
CIE-Lab45.737260.4176-46.9167

#a63dbc color RGB value is (166,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 10111100
Octal 246 75 274
Decimal 166 61 188
Hex A6 3D BC

RGB Percentages of Color #a63dbc

%40.00
%14.70
%45.30

CMYK Percentages of Color #a63dbc

%12
%68
%0
%26

Triadic Colors of #a63dbc

#a63dbc #bca63d #3dbca6

Analogous Colors of #a63dbc

#a63dbc #bc3d93 #673dbc

Monochromatic Colors of #a63dbc

#a63dbc

Complementary Color

#a63dbc #53bc3d

#a63dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63dbc Color CSS Codes

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

#a63dbc Text Font Color

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

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


#a63dbc Background Color

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

This div background color is #a63dbc


#a63dbc Border Color

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

This div border color is #a63dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63dbc


Comments

No comments written yet.

Please login to write comment.