Color Hex Logo

#a968bb Color Hex

#A968BB
(169,104,187)
0 Favorites   0 Comments

Color spaces of #a968bb

RGB 169104187
HSL0.800.380.57
HSV287°44°73°
CMYK 0.100.440.00   0.27
XYZ30.282121.923549.6493
Yxy21.92350.29730.2152
Hunter Lab46.822533.5040-30.0937
CIE-Lab53.945740.0059-33.3425

#a968bb color RGB value is (169,104,187).

#a968bb hex color red value is 169, green value is 104 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a968bb hue: 0.80 , saturation: 0.38 and the lightness value of a968bb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 10111011
Octal 251 150 273
Decimal 169 104 187
Hex A9 68 BB

RGB Percentages of Color #a968bb

%36.74
%22.61
%40.65

CMYK Percentages of Color #a968bb

%10
%44
%0
%27

Triadic Colors of #a968bb

#a968bb #bba968 #68bba9

Analogous Colors of #a968bb

#a968bb #bb68a4 #8068bb

Monochromatic Colors of #a968bb

#a968bb

Complementary Color

#a968bb #7abb68

#a968bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968bb Color CSS Codes

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

#a968bb Text Font Color

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

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


#a968bb Background Color

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

This div background color is #a968bb


#a968bb Border Color

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

This div border color is #a968bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,104,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968bb


Comments

No comments written yet.

Please login to write comment.