Color Hex Logo

#a73bda Color Hex

#A73BDA
(167,59,218)
0 Favorites   0 Comments

Color spaces of #a73bda

RGB 16759218
HSL0.780.680.54
HSV281°73°85°
CMYK 0.230.730.00   0.15
XYZ30.155216.405467.9069
Yxy16.40540.26340.1433
Hunter Lab40.503662.0132-71.0511
CIE-Lab47.501967.3033-61.3900

#a73bda color RGB value is (167,59,218).

#a73bda hex color red value is 167, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a73bda hue: 0.78 , saturation: 0.68 and the lightness value of a73bda is 0.54.

The process color (four color CMYK) of #a73bda color hex is 0.23, 0.73, 0.00, 0.15. Web safe color of #a73bda is #9933cc. Color #a73bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111011 11011010
Octal 247 73 332
Decimal 167 59 218
Hex A7 3B DA

RGB Percentages of Color #a73bda

%37.61
%13.29
%49.10

CMYK Percentages of Color #a73bda

%23
%73
%0
%15

Triadic Colors of #a73bda

#a73bda #daa73b #3bdaa7

Analogous Colors of #a73bda

#a73bda #da3bbe #583bda

Monochromatic Colors of #a73bda

#a73bda

Complementary Color

#a73bda #6eda3b

#a73bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73bda Color CSS Codes

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

#a73bda Text Font Color

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

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


#a73bda Background Color

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

This div background color is #a73bda


#a73bda Border Color

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

This div border color is #a73bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73bda


Comments

No comments written yet.

Please login to write comment.