Color Hex Logo

#a465ce Color Hex

#A465CE
(164,101,206)
0 Favorites   0 Comments

Color spaces of #a465ce

RGB 164101206
HSL0.770.520.60
HSV276°51°81°
CMYK 0.200.510.00   0.19
XYZ31.104121.656160.9332
Yxy21.65610.27360.1905
Hunter Lab46.536137.8687-45.0575
CIE-Lab53.660244.2991-44.7104

#a465ce color RGB value is (164,101,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 11001110
Octal 244 145 316
Decimal 164 101 206
Hex A4 65 CE

RGB Percentages of Color #a465ce

%34.82
%21.44
%43.74

CMYK Percentages of Color #a465ce

%20
%51
%0
%19

Triadic Colors of #a465ce

#a465ce #cea465 #65cea4

Analogous Colors of #a465ce

#a465ce #ce65c4 #7065ce

Monochromatic Colors of #a465ce

#a465ce

Complementary Color

#a465ce #8fce65

#a465ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465ce Color CSS Codes

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

#a465ce Text Font Color

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

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


#a465ce Background Color

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

This div background color is #a465ce


#a465ce Border Color

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

This div border color is #a465ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465ce


Comments

No comments written yet.

Please login to write comment.