Color Hex Logo

#a763ce Color Hex

#A763CE
(167,99,206)
0 Favorites   0 Comments

Color spaces of #a763ce

RGB 16799206
HSL0.770.520.60
HSV278°52°81°
CMYK 0.190.520.00   0.19
XYZ31.538821.595460.8986
Yxy21.59540.27660.1894
Hunter Lab46.470939.8202-45.1681
CIE-Lab53.595146.1776-44.7915

#a763ce color RGB value is (167,99,206).

#a763ce hex color red value is 167, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a763ce hue: 0.77 , saturation: 0.52 and the lightness value of a763ce is 0.60.

The process color (four color CMYK) of #a763ce color hex is 0.19, 0.52, 0.00, 0.19. Web safe color of #a763ce is #9966cc. Color #a763ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100011 11001110
Octal 247 143 316
Decimal 167 99 206
Hex A7 63 CE

RGB Percentages of Color #a763ce

%35.38
%20.97
%43.64

CMYK Percentages of Color #a763ce

%19
%52
%0
%19

Triadic Colors of #a763ce

#a763ce #cea763 #63cea7

Analogous Colors of #a763ce

#a763ce #ce63c0 #7263ce

Monochromatic Colors of #a763ce

#a763ce

Complementary Color

#a763ce #8ace63

#a763ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a763ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a763ce Color CSS Codes

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

#a763ce Text Font Color

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

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


#a763ce Background Color

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

This div background color is #a763ce


#a763ce Border Color

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

This div border color is #a763ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a763ce


Comments

No comments written yet.

Please login to write comment.