Color Hex Logo

#a746bb Color Hex

#A746BB
(167,70,187)
0 Favorites   0 Comments

Color spaces of #a746bb

RGB 16770187
HSL0.800.460.50
HSV290°63°73°
CMYK 0.110.630.00   0.27
XYZ27.096116.183748.7093
Yxy16.18370.29460.1759
Hunter Lab40.229049.8274-43.6281
CIE-Lab47.214656.5968-43.9703

#a746bb color RGB value is (167,70,187).

#a746bb hex color red value is 167, green value is 70 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a746bb hue: 0.80 , saturation: 0.46 and the lightness value of a746bb is 0.50.

The process color (four color CMYK) of #a746bb color hex is 0.11, 0.63, 0.00, 0.27. Web safe color of #a746bb is #9933cc. Color #a746bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 10111011
Octal 247 106 273
Decimal 167 70 187
Hex A7 46 BB

RGB Percentages of Color #a746bb

%39.39
%16.51
%44.10

CMYK Percentages of Color #a746bb

%11
%63
%0
%27

Triadic Colors of #a746bb

#a746bb #bba746 #46bba7

Analogous Colors of #a746bb

#a746bb #bb4695 #6d46bb

Monochromatic Colors of #a746bb

#a746bb

Complementary Color

#a746bb #5abb46

#a746bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746bb Color CSS Codes

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

#a746bb Text Font Color

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

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


#a746bb Background Color

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

This div background color is #a746bb


#a746bb Border Color

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

This div border color is #a746bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746bb


Comments

No comments written yet.

Please login to write comment.