Color Hex Logo

#a763ca Color Hex

#A763CA
(167,99,202)
0 Favorites   0 Comments

Color spaces of #a763ca

RGB 16799202
HSL0.780.490.59
HSV280°51°79°
CMYK 0.170.510.00   0.21
XYZ31.058921.403458.3714
Yxy21.40340.28020.1931
Hunter Lab46.263838.8731-42.4220
CIE-Lab53.388245.3046-42.8365

#a763ca color RGB value is (167,99,202).

#a763ca hex color red value is 167, green value is 99 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a763ca hue: 0.78 , saturation: 0.49 and the lightness value of a763ca is 0.59.

The process color (four color CMYK) of #a763ca color hex is 0.17, 0.51, 0.00, 0.21. Web safe color of #a763ca is #9966cc. Color #a763ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100011 11001010
Octal 247 143 312
Decimal 167 99 202
Hex A7 63 CA

RGB Percentages of Color #a763ca

%35.68
%21.15
%43.16

CMYK Percentages of Color #a763ca

%17
%51
%0
%21

Triadic Colors of #a763ca

#a763ca #caa763 #63caa7

Analogous Colors of #a763ca

#a763ca #ca63ba #7463ca

Monochromatic Colors of #a763ca

#a763ca

Complementary Color

#a763ca #86ca63

#a763ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a763ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a763ca Color CSS Codes

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

#a763ca Text Font Color

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

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


#a763ca Background Color

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

This div background color is #a763ca


#a763ca Border Color

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

This div border color is #a763ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a763ca


Comments

No comments written yet.

Please login to write comment.