color codes Logo

#a746eb color codes

#A746EB
(167,70,235)
0 Favorites   0 Comments

Color spaces of #a746eb

RGB 16770235
HSL0.760.800.60
HSV275°70°92°
CMYK 0.290.700.00   0.08
XYZ33.121918.594080.4405
Yxy18.59400.25060.1407
Hunter Lab43.120861.6480-80.4192
CIE-Lab50.208866.4711-66.6482

#a746eb color RGB value is (167,70,235).

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

The process color (four color CMYK) of #a746eb color code is 0.29, 0.70, 0.00, 0.08. Web safe color of #a746eb is #9933ff. Color #a746eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 11101011
Octal 247 106 353
Decimal 167 70 235
Hex A7 46 EB

RGB Percentages of Color #a746eb

%35.38
%14.83
%49.79

CMYK Percentages of Color #a746eb

%29
%70
%0
%8

Triadic Colors of #a746eb

#a746eb #eba746 #46eba7

Analogous Colors of #a746eb

#a746eb #eb46dd #5546eb

Monochromatic Colors of #a746eb

#a746eb

Complementary Color

#a746eb #8aeb46

#a746eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746eb Color CSS Codes

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

#a746eb Text Font Color

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

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


#a746eb Background Color

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

This div background color is #a746eb


#a746eb Border Color

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

This div border color is #a746eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746eb


Comments

No comments written yet.

Please login to write comment.