Color Hex Logo

#a65bcc Color Hex

#A65BCC
(166,91,204)
0 Favorites   0 Comments

Color spaces of #a65bcc

RGB 16691204
HSL0.780.530.58
HSV280°55°80°
CMYK 0.190.550.00   0.20
XYZ30.366119.948859.3768
Yxy19.94880.27680.1819
Hunter Lab44.664143.1960-47.5558
CIE-Lab51.779349.6596-46.5380

#a65bcc color RGB value is (166,91,204).

#a65bcc hex color red value is 166, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a65bcc hue: 0.78 , saturation: 0.53 and the lightness value of a65bcc is 0.58.

The process color (four color CMYK) of #a65bcc color hex is 0.19, 0.55, 0.00, 0.20. Web safe color of #a65bcc is #9966cc. Color #a65bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011011 11001100
Octal 246 133 314
Decimal 166 91 204
Hex A6 5B CC

RGB Percentages of Color #a65bcc

%36.01
%19.74
%44.25

CMYK Percentages of Color #a65bcc

%19
%55
%0
%20

Triadic Colors of #a65bcc

#a65bcc #cca65b #5bcca6

Analogous Colors of #a65bcc

#a65bcc #cc5bba #6e5bcc

Monochromatic Colors of #a65bcc

#a65bcc

Complementary Color

#a65bcc #81cc5b

#a65bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65bcc Color CSS Codes

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

#a65bcc Text Font Color

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

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


#a65bcc Background Color

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

This div background color is #a65bcc


#a65bcc Border Color

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

This div border color is #a65bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65bcc


Comments

No comments written yet.

Please login to write comment.