Color Hex Logo

#a065da Color Hex

#A065DA
(160,101,218)
0 Favorites   0 Comments

Color spaces of #a065da

RGB 160101218
HSL0.750.610.63
HSV270°54°85°
CMYK 0.270.540.00   0.15
XYZ31.805821.842968.8694
Yxy21.84290.25960.1783
Hunter Lab46.736439.6870-54.6526
CIE-Lab53.859946.0100-51.2315

#a065da color RGB value is (160,101,218).

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

The process color (four color CMYK) of #a065da color hex is 0.27, 0.54, 0.00, 0.15. Web safe color of #a065da is #9966cc. Color #a065da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100101 11011010
Octal 240 145 332
Decimal 160 101 218
Hex A0 65 DA

RGB Percentages of Color #a065da

%33.40
%21.09
%45.51

CMYK Percentages of Color #a065da

%27
%54
%0
%15

Triadic Colors of #a065da

#a065da #daa065 #65daa0

Analogous Colors of #a065da

#a065da #da65da #6665da

Monochromatic Colors of #a065da

#a065da

Complementary Color

#a065da #9fda65

#a065da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a065da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a065da Color CSS Codes

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

#a065da Text Font Color

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

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


#a065da Background Color

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

This div background color is #a065da


#a065da Border Color

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

This div border color is #a065da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a065da


Comments

No comments written yet.

Please login to write comment.