Color Hex Logo

#a368da Color Hex

#A368DA
(163,104,218)
0 Favorites   0 Comments

Color spaces of #a368da

RGB 163104218
HSL0.750.610.63
HSV271°52°85°
CMYK 0.250.520.00   0.15
XYZ32.709522.749168.9967
Yxy22.74910.26280.1828
Hunter Lab47.696038.9457-52.3813
CIE-Lab54.813045.1592-49.6940

#a368da color RGB value is (163,104,218).

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

The process color (four color CMYK) of #a368da color hex is 0.25, 0.52, 0.00, 0.15. Web safe color of #a368da is #9966cc. Color #a368da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 11011010
Octal 243 150 332
Decimal 163 104 218
Hex A3 68 DA

RGB Percentages of Color #a368da

%33.61
%21.44
%44.95

CMYK Percentages of Color #a368da

%25
%52
%0
%15

Triadic Colors of #a368da

#a368da #daa368 #68daa3

Analogous Colors of #a368da

#a368da #da68d8 #6a68da

Monochromatic Colors of #a368da

#a368da

Complementary Color

#a368da #9fda68

#a368da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a368da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a368da Color CSS Codes

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

#a368da Text Font Color

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

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


#a368da Background Color

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

This div background color is #a368da


#a368da Border Color

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

This div border color is #a368da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a368da


Comments

No comments written yet.

Please login to write comment.