Color Hex Logo

#a665ba Color Hex

#A665BA
(166,101,186)
0 Favorites   0 Comments

Color spaces of #a665ba

RGB 166101186
HSL0.790.380.56
HSV286°46°73°
CMYK 0.110.460.00   0.27
XYZ29.242520.959548.9587
Yxy20.95950.29490.2114
Hunter Lab45.781533.8974-31.3575
CIE-Lab52.905140.5378-34.4196

#a665ba color RGB value is (166,101,186).

#a665ba hex color red value is 166, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a665ba hue: 0.79 , saturation: 0.38 and the lightness value of a665ba is 0.56.

The process color (four color CMYK) of #a665ba color hex is 0.11, 0.46, 0.00, 0.27. Web safe color of #a665ba is #9966cc. Color #a665ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 10111010
Octal 246 145 272
Decimal 166 101 186
Hex A6 65 BA

RGB Percentages of Color #a665ba

%36.64
%22.30
%41.06

CMYK Percentages of Color #a665ba

%11
%46
%0
%27

Triadic Colors of #a665ba

#a665ba #baa665 #65baa6

Analogous Colors of #a665ba

#a665ba #ba65a4 #7c65ba

Monochromatic Colors of #a665ba

#a665ba

Complementary Color

#a665ba #79ba65

#a665ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a665ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a665ba Color CSS Codes

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

#a665ba Text Font Color

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

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


#a665ba Background Color

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

This div background color is #a665ba


#a665ba Border Color

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

This div border color is #a665ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a665ba


Comments

No comments written yet.

Please login to write comment.