Color Hex Logo

#a765ba Color Hex

#A765BA
(167,101,186)
0 Favorites   0 Comments

Color spaces of #a765ba

RGB 167101186
HSL0.800.380.56
HSV287°46°73°
CMYK 0.100.460.00   0.27
XYZ29.453021.068048.9686
Yxy21.06800.29600.2118
Hunter Lab45.899934.2149-31.1240
CIE-Lab53.023840.8341-34.2253

#a765ba color RGB value is (167,101,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 10111010
Octal 247 145 272
Decimal 167 101 186
Hex A7 65 BA

RGB Percentages of Color #a765ba

%36.78
%22.25
%40.97

CMYK Percentages of Color #a765ba

%10
%46
%0
%27

Triadic Colors of #a765ba

#a765ba #baa765 #65baa7

Analogous Colors of #a765ba

#a765ba #ba65a3 #7d65ba

Monochromatic Colors of #a765ba

#a765ba

Complementary Color

#a765ba #78ba65

#a765ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765ba Color CSS Codes

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

#a765ba Text Font Color

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

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


#a765ba Background Color

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

This div background color is #a765ba


#a765ba Border Color

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

This div border color is #a765ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765ba


Comments

No comments written yet.

Please login to write comment.