Color Hex Logo

#a688b3 Color Hex

#A688B3
(166,136,179)
0 Favorites   0 Comments

Color spaces of #a688b3

RGB 166136179
HSL0.780.220.62
HSV282°24°70°
CMYK 0.070.240.00   0.30
XYZ32.666728.970046.5179
Yxy28.97000.30200.2679
Hunter Lab53.823814.1435-13.5655
CIE-Lab60.755119.3934-18.2953

#a688b3 color RGB value is (166,136,179).

#a688b3 hex color red value is 166, green value is 136 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #a688b3 hue: 0.78 , saturation: 0.22 and the lightness value of a688b3 is 0.62.

The process color (four color CMYK) of #a688b3 color hex is 0.07, 0.24, 0.00, 0.30. Web safe color of #a688b3 is #9999cc. Color #a688b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001000 10110011
Octal 246 210 263
Decimal 166 136 179
Hex A6 88 B3

RGB Percentages of Color #a688b3

%34.51
%28.27
%37.21

CMYK Percentages of Color #a688b3

%7
%24
%0
%30

Triadic Colors of #a688b3

#a688b3 #b3a688 #88b3a6

Analogous Colors of #a688b3

#a688b3 #b388ab #9188b3

Monochromatic Colors of #a688b3

#a688b3

Complementary Color

#a688b3 #95b388

#a688b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a688b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a688b3 Color CSS Codes

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

#a688b3 Text Font Color

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

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


#a688b3 Background Color

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

This div background color is #a688b3


#a688b3 Border Color

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

This div border color is #a688b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a688b3


Comments

No comments written yet.

Please login to write comment.