Color Hex Logo

#a668ba Color Hex

#A668BA
(166,104,186)
0 Favorites   0 Comments

Color spaces of #a668ba

RGB 166104186
HSL0.790.370.57
HSV285°44°73°
CMYK 0.110.440.00   0.27
XYZ29.539121.552849.0576
Yxy21.55280.29500.2152
Hunter Lab46.425032.3315-30.1546
CIE-Lab53.549338.8987-33.4122

#a668ba color RGB value is (166,104,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 10111010
Octal 246 150 272
Decimal 166 104 186
Hex A6 68 BA

RGB Percentages of Color #a668ba

%36.40
%22.81
%40.79

CMYK Percentages of Color #a668ba

%11
%44
%0
%27

Triadic Colors of #a668ba

#a668ba #baa668 #68baa6

Analogous Colors of #a668ba

#a668ba #ba68a5 #7d68ba

Monochromatic Colors of #a668ba

#a668ba

Complementary Color

#a668ba #7cba68

#a668ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a668ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a668ba Color CSS Codes

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

#a668ba Text Font Color

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

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


#a668ba Background Color

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

This div background color is #a668ba


#a668ba Border Color

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

This div border color is #a668ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a668ba


Comments

No comments written yet.

Please login to write comment.