Color Hex Logo

#a63fdc Color Hex

#A63FDC
(166,63,220)
0 Favorites   0 Comments

Color spaces of #a63fdc

RGB 16663220
HSL0.780.690.55
HSV279°71°86°
CMYK 0.250.710.00   0.14
XYZ30.421716.829369.3551
Yxy16.82930.26090.1443
Hunter Lab41.023560.5785-71.5202
CIE-Lab48.044265.9674-61.6612

#a63fdc color RGB value is (166,63,220).

#a63fdc hex color red value is 166, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a63fdc hue: 0.78 , saturation: 0.69 and the lightness value of a63fdc is 0.55.

The process color (four color CMYK) of #a63fdc color hex is 0.25, 0.71, 0.00, 0.14. Web safe color of #a63fdc is #9933cc. Color #a63fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111111 11011100
Octal 246 77 334
Decimal 166 63 220
Hex A6 3F DC

RGB Percentages of Color #a63fdc

%36.97
%14.03
%49.00

CMYK Percentages of Color #a63fdc

%25
%71
%0
%14

Triadic Colors of #a63fdc

#a63fdc #dca63f #3fdca6

Analogous Colors of #a63fdc

#a63fdc #dc3fc4 #583fdc

Monochromatic Colors of #a63fdc

#a63fdc

Complementary Color

#a63fdc #75dc3f

#a63fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63fdc Color CSS Codes

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

#a63fdc Text Font Color

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

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


#a63fdc Background Color

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

This div background color is #a63fdc


#a63fdc Border Color

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

This div border color is #a63fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63fdc


Comments

No comments written yet.

Please login to write comment.