Color Hex Logo

#a746b5 Color Hex

#A746B5
(167,70,181)
0 Favorites   0 Comments

Color spaces of #a746b5

RGB 16770181
HSL0.810.440.49
HSV292°61°71°
CMYK 0.080.610.00   0.29
XYZ26.467015.932045.3963
Yxy15.93200.30150.1815
Hunter Lab39.914948.5097-39.4917
CIE-Lab46.885155.4500-40.9886

#a746b5 color RGB value is (167,70,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 10110101
Octal 247 106 265
Decimal 167 70 181
Hex A7 46 B5

RGB Percentages of Color #a746b5

%39.95
%16.75
%43.30

CMYK Percentages of Color #a746b5

%8
%61
%0
%29

Triadic Colors of #a746b5

#a746b5 #b5a746 #46b5a7

Analogous Colors of #a746b5

#a746b5 #b5468c #7046b5

Monochromatic Colors of #a746b5

#a746b5

Complementary Color

#a746b5 #54b546

#a746b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746b5 Color CSS Codes

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

#a746b5 Text Font Color

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

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


#a746b5 Background Color

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

This div background color is #a746b5


#a746b5 Border Color

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

This div border color is #a746b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746b5


Comments

No comments written yet.

Please login to write comment.