color codes Logo

#a65da8 color codes

#A65DA8
(166,93,168)
0 Favorites   0 Comments

Color spaces of #a65da8

RGB 16693168
HSL0.830.300.51
HSV298°45°66°
CMYK 0.010.450.00   0.34
XYZ26.708118.762839.2597
Yxy18.76280.31520.2214
Hunter Lab43.316034.2576-23.4165
CIE-Lab50.408541.2515-27.8530

#a65da8 color RGB value is (166,93,168).

#a65da8 hex color red value is 166, green value is 93 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a65da8 hue: 0.83 , saturation: 0.30 and the lightness value of a65da8 is 0.51.

The process color (four color CMYK) of #a65da8 color code is 0.01, 0.45, 0.00, 0.34. Web safe color of #a65da8 is #996699. Color #a65da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011101 10101000
Octal 246 135 250
Decimal 166 93 168
Hex A6 5D A8

RGB Percentages of Color #a65da8

%38.88
%21.78
%39.34

CMYK Percentages of Color #a65da8

%1
%45
%0
%34

Triadic Colors of #a65da8

#a65da8 #a8a65d #5da8a6

Analogous Colors of #a65da8

#a65da8 #a85d85 #815da8

Monochromatic Colors of #a65da8

#a65da8

Complementary Color

#a65da8 #5fa85d

#a65da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65da8 Color CSS Codes

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

#a65da8 Text Font Color

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

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


#a65da8 Background Color

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

This div background color is #a65da8


#a65da8 Border Color

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

This div border color is #a65da8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,93,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65da8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65da8;
  -webkit-box-shadow: 1px 1px 3px 2px #a65da8;
  box-shadow:         1px 1px 3px 2px #a65da8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,93,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65da8


Comments

No comments written yet.

Please login to write comment.