Color Hex Logo

#a569ce Color Hex

#A569CE
(165,105,206)
0 Favorites   0 Comments

Color spaces of #a569ce

RGB 165105206
HSL0.770.510.61
HSV276°49°81°
CMYK 0.200.490.00   0.19
XYZ31.709222.558761.0755
Yxy22.55870.27490.1956
Hunter Lab47.496036.0519-42.9943
CIE-Lab54.614842.4043-43.1927

#a569ce color RGB value is (165,105,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101001 11001110
Octal 245 151 316
Decimal 165 105 206
Hex A5 69 CE

RGB Percentages of Color #a569ce

%34.66
%22.06
%43.28

CMYK Percentages of Color #a569ce

%20
%49
%0
%19

Triadic Colors of #a569ce

#a569ce #cea569 #69cea5

Analogous Colors of #a569ce

#a569ce #ce69c5 #7369ce

Monochromatic Colors of #a569ce

#a569ce

Complementary Color

#a569ce #92ce69

#a569ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a569ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a569ce Color CSS Codes

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

#a569ce Text Font Color

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

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


#a569ce Background Color

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

This div background color is #a569ce


#a569ce Border Color

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

This div border color is #a569ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a569ce


Comments

No comments written yet.

Please login to write comment.