Color Hex Logo

#a746b4 Color Hex

#A746B4
(167,70,180)
0 Favorites   0 Comments

Color spaces of #a746b4

RGB 16770180
HSL0.810.440.49
HSV293°61°71°
CMYK 0.070.610.00   0.29
XYZ26.364715.891144.8577
Yxy15.89110.30260.1824
Hunter Lab39.863648.2935-38.8132
CIE-Lab46.831355.2610-40.4882

#a746b4 color RGB value is (167,70,180).

#a746b4 hex color red value is 167, green value is 70 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a746b4 hue: 0.81 , saturation: 0.44 and the lightness value of a746b4 is 0.49.

The process color (four color CMYK) of #a746b4 color hex is 0.07, 0.61, 0.00, 0.29. Web safe color of #a746b4 is #9933cc. Color #a746b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 10110100
Octal 247 106 264
Decimal 167 70 180
Hex A7 46 B4

RGB Percentages of Color #a746b4

%40.05
%16.79
%43.17

CMYK Percentages of Color #a746b4

%7
%61
%0
%29

Triadic Colors of #a746b4

#a746b4 #b4a746 #46b4a7

Analogous Colors of #a746b4

#a746b4 #b4468a #7046b4

Monochromatic Colors of #a746b4

#a746b4

Complementary Color

#a746b4 #53b446

#a746b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746b4 Color CSS Codes

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

#a746b4 Text Font Color

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

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


#a746b4 Background Color

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

This div background color is #a746b4


#a746b4 Border Color

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

This div border color is #a746b4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,70,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746b4


Comments

No comments written yet.

Please login to write comment.