Color Hex Logo

#a368d7 Color Hex

#A368D7
(163,104,215)
0 Favorites   0 Comments

Color spaces of #a368d7

RGB 163104215
HSL0.760.580.63
HSV272°52°84°
CMYK 0.240.520.00   0.16
XYZ32.320322.593566.9475
Yxy22.59350.26520.1854
Hunter Lab47.532638.1908-50.2344
CIE-Lab54.651144.4614-48.2552

#a368d7 color RGB value is (163,104,215).

#a368d7 hex color red value is 163, green value is 104 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a368d7 hue: 0.76 , saturation: 0.58 and the lightness value of a368d7 is 0.63.

The process color (four color CMYK) of #a368d7 color hex is 0.24, 0.52, 0.00, 0.16. Web safe color of #a368d7 is #9966cc. Color #a368d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 11010111
Octal 243 150 327
Decimal 163 104 215
Hex A3 68 D7

RGB Percentages of Color #a368d7

%33.82
%21.58
%44.61

CMYK Percentages of Color #a368d7

%24
%52
%0
%16

Triadic Colors of #a368d7

#a368d7 #d7a368 #68d7a3

Analogous Colors of #a368d7

#a368d7 #d768d4 #6c68d7

Monochromatic Colors of #a368d7

#a368d7

Complementary Color

#a368d7 #9cd768

#a368d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a368d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a368d7 Color CSS Codes

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

#a368d7 Text Font Color

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

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


#a368d7 Background Color

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

This div background color is #a368d7


#a368d7 Border Color

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

This div border color is #a368d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a368d7


Comments

No comments written yet.

Please login to write comment.