Color Hex Logo

#a765ca Color Hex

#A765CA
(167,101,202)
0 Favorites   0 Comments

Color spaces of #a765ca

RGB 167101202
HSL0.780.490.59
HSV279°50°79°
CMYK 0.170.500.00   0.21
XYZ31.250721.787158.4354
Yxy21.78710.28030.1954
Hunter Lab46.676737.8242-41.5526
CIE-Lab53.800444.2354-42.1852

#a765ca color RGB value is (167,101,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 11001010
Octal 247 145 312
Decimal 167 101 202
Hex A7 65 CA

RGB Percentages of Color #a765ca

%35.53
%21.49
%42.98

CMYK Percentages of Color #a765ca

%17
%50
%0
%21

Triadic Colors of #a765ca

#a765ca #caa765 #65caa7

Analogous Colors of #a765ca

#a765ca #ca65bb #7565ca

Monochromatic Colors of #a765ca

#a765ca

Complementary Color

#a765ca #88ca65

#a765ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765ca Color CSS Codes

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

#a765ca Text Font Color

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

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


#a765ca Background Color

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

This div background color is #a765ca


#a765ca Border Color

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

This div border color is #a765ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765ca


Comments

No comments written yet.

Please login to write comment.