Color Hex Logo

#a746be Color Hex

#A746BE
(167,70,190)
0 Favorites   0 Comments

Color spaces of #a746be

RGB 16770190
HSL0.800.480.51
HSV289°63°75°
CMYK 0.120.630.00   0.25
XYZ27.420816.313550.4188
Yxy16.31350.29120.1733
Hunter Lab40.390050.5014-45.7387
CIE-Lab47.383157.1795-45.4486

#a746be color RGB value is (167,70,190).

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

The process color (four color CMYK) of #a746be color hex is 0.12, 0.63, 0.00, 0.25. Web safe color of #a746be is #9933cc. Color #a746be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 10111110
Octal 247 106 276
Decimal 167 70 190
Hex A7 46 BE

RGB Percentages of Color #a746be

%39.11
%16.39
%44.50

CMYK Percentages of Color #a746be

%12
%63
%0
%25

Triadic Colors of #a746be

#a746be #bea746 #46bea7

Analogous Colors of #a746be

#a746be #be4699 #6b46be

Monochromatic Colors of #a746be

#a746be

Complementary Color

#a746be #5dbe46

#a746be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746be Color CSS Codes

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

#a746be Text Font Color

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

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


#a746be Background Color

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

This div background color is #a746be


#a746be Border Color

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

This div border color is #a746be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746be


Comments

No comments written yet.

Please login to write comment.