Color Hex Logo

#a469ce Color Hex

#A469CE
(164,105,206)
0 Favorites   0 Comments

Color spaces of #a469ce

RGB 164105206
HSL0.760.510.61
HSV275°49°81°
CMYK 0.200.490.00   0.19
XYZ31.502022.451961.0658
Yxy22.45190.27390.1952
Hunter Lab47.383435.7514-43.2421
CIE-Lab54.503242.1284-43.3764

#a469ce color RGB value is (164,105,206).

#a469ce hex color red value is 164, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a469ce hue: 0.76 , saturation: 0.51 and the lightness value of a469ce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101001 11001110
Octal 244 151 316
Decimal 164 105 206
Hex A4 69 CE

RGB Percentages of Color #a469ce

%34.53
%22.11
%43.37

CMYK Percentages of Color #a469ce

%20
%49
%0
%19

Triadic Colors of #a469ce

#a469ce #cea469 #69cea4

Analogous Colors of #a469ce

#a469ce #ce69c6 #7269ce

Monochromatic Colors of #a469ce

#a469ce

Complementary Color

#a469ce #93ce69

#a469ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a469ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a469ce Color CSS Codes

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

#a469ce Text Font Color

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

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


#a469ce Background Color

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

This div background color is #a469ce


#a469ce Border Color

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

This div border color is #a469ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a469ce


Comments

No comments written yet.

Please login to write comment.