Color Hex Logo

#a369cd Color Hex

#A369CD
(163,105,205)
0 Favorites   0 Comments

Color spaces of #a369cd

RGB 163105205
HSL0.760.500.61
HSV275°49°80°
CMYK 0.200.490.00   0.20
XYZ31.175322.297560.4183
Yxy22.29750.27370.1958
Hunter Lab47.220235.2122-42.8074
CIE-Lab54.341241.6263-43.0706

#a369cd color RGB value is (163,105,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101001 11001101
Octal 243 151 315
Decimal 163 105 205
Hex A3 69 CD

RGB Percentages of Color #a369cd

%34.46
%22.20
%43.34

CMYK Percentages of Color #a369cd

%20
%49
%0
%20

Triadic Colors of #a369cd

#a369cd #cda369 #69cda3

Analogous Colors of #a369cd

#a369cd #cd69c5 #7169cd

Monochromatic Colors of #a369cd

#a369cd

Complementary Color

#a369cd #93cd69

#a369cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a369cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a369cd Color CSS Codes

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

#a369cd Text Font Color

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

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


#a369cd Background Color

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

This div background color is #a369cd


#a369cd Border Color

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

This div border color is #a369cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,105,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a369cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a369cd


Comments

No comments written yet.

Please login to write comment.