Color Hex Logo

#a663cb Color Hex

#A663CB
(166,99,203)
0 Favorites   0 Comments

Color spaces of #a663cb

RGB 16699203
HSL0.770.500.59
HSV279°51°80°
CMYK 0.180.510.00   0.20
XYZ30.967221.342558.9873
Yxy21.34250.27820.1918
Hunter Lab46.197938.8049-43.3652
CIE-Lab53.322345.2492-43.5195

#a663cb color RGB value is (166,99,203).

#a663cb hex color red value is 166, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a663cb hue: 0.77 , saturation: 0.50 and the lightness value of a663cb is 0.59.

The process color (four color CMYK) of #a663cb color hex is 0.18, 0.51, 0.00, 0.20. Web safe color of #a663cb is #9966cc. Color #a663cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 11001011
Octal 246 143 313
Decimal 166 99 203
Hex A6 63 CB

RGB Percentages of Color #a663cb

%35.47
%21.15
%43.38

CMYK Percentages of Color #a663cb

%18
%51
%0
%20

Triadic Colors of #a663cb

#a663cb #cba663 #63cba6

Analogous Colors of #a663cb

#a663cb #cb63bc #7263cb

Monochromatic Colors of #a663cb

#a663cb

Complementary Color

#a663cb #88cb63

#a663cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a663cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a663cb Color CSS Codes

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

#a663cb Text Font Color

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

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


#a663cb Background Color

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

This div background color is #a663cb


#a663cb Border Color

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

This div border color is #a663cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a663cb

#a663cb Color Palettes


Comments

No comments written yet.

Please login to write comment.