Color Hex Logo

#a763ff Color Hex

#A763FF
(167,99,255)
1 Favorites   0 Comments

Color spaces of #a763ff

RGB 16799255
HSL0.741.000.69
HSV266°61°100°
CMYK 0.350.610.00   0.00
XYZ38.448224.359297.2831
Yxy24.35920.24020.1522
Hunter Lab49.355052.6824-82.3172
CIE-Lab56.445757.5192-67.7230

#a763ff color RGB value is (167,99,255).

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

The process color (four color CMYK) of #a763ff color hex is 0.35, 0.61, 0.00, 0.00. Web safe color of #a763ff is #9966ff. Color #a763ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100011 11111111
Octal 247 143 377
Decimal 167 99 255
Hex A7 63 FF

RGB Percentages of Color #a763ff

%32.05
%19.00
%48.94

CMYK Percentages of Color #a763ff

%35
%61
%0
%0

Triadic Colors of #a763ff

#a763ff #ffa763 #63ffa7

Analogous Colors of #a763ff

#a763ff #f563ff #636dff

Monochromatic Colors of #a763ff

#a763ff

Complementary Color

#a763ff #bbff63

#a763ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a763ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a763ff Color CSS Codes

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

#a763ff Text Font Color

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

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


#a763ff Background Color

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

This div background color is #a763ff


#a763ff Border Color

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

This div border color is #a763ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,99,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 #a763ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a763ff

Related Colors


Comments

No comments written yet.

Please login to write comment.