Color Hex Logo

#a746cb Color Hex

#A746CB
(167,70,203)
0 Favorites   0 Comments

Color spaces of #a746cb

RGB 16770203
HSL0.790.560.54
HSV284°66°80°
CMYK 0.180.660.00   0.20
XYZ28.906016.907658.2399
Yxy16.90760.27780.1625
Hunter Lab41.118953.5251-55.1939
CIE-Lab48.143459.7628-51.7571

#a746cb color RGB value is (167,70,203).

#a746cb hex color red value is 167, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a746cb hue: 0.79 , saturation: 0.56 and the lightness value of a746cb is 0.54.

The process color (four color CMYK) of #a746cb color hex is 0.18, 0.66, 0.00, 0.20. Web safe color of #a746cb is #9933cc. Color #a746cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 11001011
Octal 247 106 313
Decimal 167 70 203
Hex A7 46 CB

RGB Percentages of Color #a746cb

%37.95
%15.91
%46.14

CMYK Percentages of Color #a746cb

%18
%66
%0
%20

Triadic Colors of #a746cb

#a746cb #cba746 #46cba7

Analogous Colors of #a746cb

#a746cb #cb46ad #6546cb

Monochromatic Colors of #a746cb

#a746cb

Complementary Color

#a746cb #6acb46

#a746cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746cb Color CSS Codes

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

#a746cb Text Font Color

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

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


#a746cb Background Color

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

This div background color is #a746cb


#a746cb Border Color

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

This div border color is #a746cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746cb


Comments

No comments written yet.

Please login to write comment.