Color Hex Logo

#a73cbd Color Hex

#A73CBD
(167,60,189)
0 Favorites   0 Comments

Color spaces of #a73cbd

RGB 16760189
HSL0.800.520.49
HSV290°68°74°
CMYK 0.120.680.00   0.26
XYZ26.737515.121349.6536
Yxy15.12130.29220.1652
Hunter Lab38.886154.6832-48.4870
CIE-Lab45.799961.2364-47.3916

#a73cbd color RGB value is (167,60,189).

#a73cbd hex color red value is 167, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a73cbd hue: 0.80 , saturation: 0.52 and the lightness value of a73cbd is 0.49.

The process color (four color CMYK) of #a73cbd color hex is 0.12, 0.68, 0.00, 0.26. Web safe color of #a73cbd is #9933cc. Color #a73cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111100 10111101
Octal 247 74 275
Decimal 167 60 189
Hex A7 3C BD

RGB Percentages of Color #a73cbd

%40.14
%14.42
%45.43

CMYK Percentages of Color #a73cbd

%12
%68
%0
%26

Triadic Colors of #a73cbd

#a73cbd #bda73c #3cbda7

Analogous Colors of #a73cbd

#a73cbd #bd3c93 #673cbd

Monochromatic Colors of #a73cbd

#a73cbd

Complementary Color

#a73cbd #52bd3c

#a73cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73cbd Color CSS Codes

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

#a73cbd Text Font Color

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

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


#a73cbd Background Color

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

This div background color is #a73cbd


#a73cbd Border Color

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

This div border color is #a73cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73cbd


Comments

No comments written yet.

Please login to write comment.