Color Hex Logo

#a73cff Color Hex

#A73CFF
(167,60,255)
0 Favorites   0 Comments

Color spaces of #a73cff

RGB 16760255
HSL0.761.000.62
HSV273°76°100°
CMYK 0.350.760.00   0.00
XYZ35.602218.667296.3344
Yxy18.66720.23640.1239
Hunter Lab43.205671.4777-101.9536
CIE-Lab50.295674.6693-77.6984

#a73cff color RGB value is (167,60,255).

#a73cff hex color red value is 167, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a73cff hue: 0.76 , saturation: 1.00 and the lightness value of a73cff is 0.62.

The process color (four color CMYK) of #a73cff color hex is 0.35, 0.76, 0.00, 0.00. Web safe color of #a73cff is #9933ff. Color #a73cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111100 11111111
Octal 247 74 377
Decimal 167 60 255
Hex A7 3C FF

RGB Percentages of Color #a73cff

%34.65
%12.45
%52.90

CMYK Percentages of Color #a73cff

%35
%76
%0
%0

Triadic Colors of #a73cff

#a73cff #ffa73c #3cffa7

Analogous Colors of #a73cff

#a73cff #ff3cf6 #453cff

Monochromatic Colors of #a73cff

#a73cff

Complementary Color

#a73cff #94ff3c

#a73cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73cff Color CSS Codes

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

#a73cff Text Font Color

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

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


#a73cff Background Color

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

This div background color is #a73cff


#a73cff Border Color

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

This div border color is #a73cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73cff

#a73cff Color Palettes


Comments

No comments written yet.

Please login to write comment.