Color Hex Logo

#a767ca Color Hex

#A767CA
(167,103,202)
0 Favorites   0 Comments

Color spaces of #a767ca

RGB 167103202
HSL0.770.480.60
HSV279°49°79°
CMYK 0.170.490.00   0.21
XYZ31.447322.180358.5009
Yxy22.18030.28050.1978
Hunter Lab47.096036.7715-40.6807
CIE-Lab54.217843.1584-41.5262

#a767ca color RGB value is (167,103,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 11001010
Octal 247 147 312
Decimal 167 103 202
Hex A7 67 CA

RGB Percentages of Color #a767ca

%35.38
%21.82
%42.80

CMYK Percentages of Color #a767ca

%17
%49
%0
%21

Triadic Colors of #a767ca

#a767ca #caa767 #67caa7

Analogous Colors of #a767ca

#a767ca #ca67bc #7667ca

Monochromatic Colors of #a767ca

#a767ca

Complementary Color

#a767ca #8aca67

#a767ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a767ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a767ca Color CSS Codes

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

#a767ca Text Font Color

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

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


#a767ca Background Color

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

This div background color is #a767ca


#a767ca Border Color

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

This div border color is #a767ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a767ca


Comments

No comments written yet.

Please login to write comment.