Color Hex Logo

#a765ce Color Hex

#A765CE
(167,101,206)
0 Favorites   0 Comments

Color spaces of #a765ce

RGB 167101206
HSL0.770.520.60
HSV278°51°81°
CMYK 0.190.510.00   0.19
XYZ31.730621.979160.9625
Yxy21.97910.27670.1917
Hunter Lab46.881938.7691-44.2800
CIE-Lab54.004845.1117-44.1426

#a765ce color RGB value is (167,101,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 11001110
Octal 247 145 316
Decimal 167 101 206
Hex A7 65 CE

RGB Percentages of Color #a765ce

%35.23
%21.31
%43.46

CMYK Percentages of Color #a765ce

%19
%51
%0
%19

Triadic Colors of #a765ce

#a765ce #cea765 #65cea7

Analogous Colors of #a765ce

#a765ce #ce65c1 #7365ce

Monochromatic Colors of #a765ce

#a765ce

Complementary Color

#a765ce #8cce65

#a765ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765ce Color CSS Codes

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

#a765ce Text Font Color

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

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


#a765ce Background Color

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

This div background color is #a765ce


#a765ce Border Color

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

This div border color is #a765ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765ce


Comments

No comments written yet.

Please login to write comment.