Color Hex Logo

#a65acb Color Hex

#A65ACB
(166,90,203)
0 Favorites   0 Comments

Color spaces of #a65acb

RGB 16690203
HSL0.780.520.57
HSV280°56°80°
CMYK 0.180.560.00   0.20
XYZ30.161519.731158.7187
Yxy19.73110.27770.1817
Hunter Lab44.419743.4691-47.2821
CIE-Lab51.531849.9568-46.3587

#a65acb color RGB value is (166,90,203).

#a65acb hex color red value is 166, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a65acb hue: 0.78 , saturation: 0.52 and the lightness value of a65acb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 11001011
Octal 246 132 313
Decimal 166 90 203
Hex A6 5A CB

RGB Percentages of Color #a65acb

%36.17
%19.61
%44.23

CMYK Percentages of Color #a65acb

%18
%56
%0
%20

Triadic Colors of #a65acb

#a65acb #cba65a #5acba6

Analogous Colors of #a65acb

#a65acb #cb5ab8 #6e5acb

Monochromatic Colors of #a65acb

#a65acb

Complementary Color

#a65acb #7fcb5a

#a65acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65acb Color CSS Codes

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

#a65acb Text Font Color

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

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


#a65acb Background Color

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

This div background color is #a65acb


#a65acb Border Color

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

This div border color is #a65acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65acb


Comments

No comments written yet.

Please login to write comment.