Color Hex Logo

#a63ccf Color Hex

#A63CCF
(166,60,207)
0 Favorites   0 Comments

Color spaces of #a63ccf

RGB 16660207
HSL0.790.600.52
HSV283°71°81°
CMYK 0.200.710.00   0.19
XYZ28.604215.843760.5820
Yxy15.84370.27230.1508
Hunter Lab39.804158.6171-62.3766
CIE-Lab46.768864.5137-56.2750

#a63ccf color RGB value is (166,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111100 11001111
Octal 246 74 317
Decimal 166 60 207
Hex A6 3C CF

RGB Percentages of Color #a63ccf

%38.34
%13.86
%47.81

CMYK Percentages of Color #a63ccf

%20
%71
%0
%19

Triadic Colors of #a63ccf

#a63ccf #cfa63c #3ccfa6

Analogous Colors of #a63ccf

#a63ccf #cf3caf #5d3ccf

Monochromatic Colors of #a63ccf

#a63ccf

Complementary Color

#a63ccf #65cf3c

#a63ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63ccf Color CSS Codes

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

#a63ccf Text Font Color

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

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


#a63ccf Background Color

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

This div background color is #a63ccf


#a63ccf Border Color

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

This div border color is #a63ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63ccf


Comments

No comments written yet.

Please login to write comment.