Color Hex Logo

#a965bb Color Hex

#A965BB
(169,101,187)
0 Favorites   0 Comments

Color spaces of #a965bb

RGB 169101187
HSL0.800.390.56
HSV287°46°73°
CMYK 0.100.460.00   0.27
XYZ29.985521.330249.5504
Yxy21.33020.29730.2115
Hunter Lab46.184635.0685-31.2816
CIE-Lab53.309041.6319-34.3381

#a965bb color RGB value is (169,101,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 10111011
Octal 251 145 273
Decimal 169 101 187
Hex A9 65 BB

RGB Percentages of Color #a965bb

%36.98
%22.10
%40.92

CMYK Percentages of Color #a965bb

%10
%46
%0
%27

Triadic Colors of #a965bb

#a965bb #bba965 #65bba9

Analogous Colors of #a965bb

#a965bb #bb65a2 #7e65bb

Monochromatic Colors of #a965bb

#a965bb

Complementary Color

#a965bb #77bb65

#a965bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a965bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a965bb Color CSS Codes

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

#a965bb Text Font Color

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

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


#a965bb Background Color

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

This div background color is #a965bb


#a965bb Border Color

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

This div border color is #a965bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a965bb


Comments

No comments written yet.

Please login to write comment.