Color Hex Logo

#a83dad Color Hex

#A83DAD
(168,61,173)
0 Favorites   0 Comments

Color spaces of #a83dad

RGB 16861173
HSL0.830.480.46
HSV297°65°68°
CMYK 0.030.650.00   0.32
XYZ25.360014.679441.0320
Yxy14.67940.31280.1811
Hunter Lab38.313751.1009-36.6769
CIE-Lab45.191958.1313-38.9578

#a83dad color RGB value is (168,61,173).

#a83dad hex color red value is 168, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a83dad hue: 0.83 , saturation: 0.48 and the lightness value of a83dad is 0.46.

The process color (four color CMYK) of #a83dad color hex is 0.03, 0.65, 0.00, 0.32. Web safe color of #a83dad is #993399. Color #a83dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111101 10101101
Octal 250 75 255
Decimal 168 61 173
Hex A8 3D AD

RGB Percentages of Color #a83dad

%41.79
%15.17
%43.03

CMYK Percentages of Color #a83dad

%3
%65
%0
%32

Triadic Colors of #a83dad

#a83dad #ada83d #3dada8

Analogous Colors of #a83dad

#a83dad #ad3d7a #703dad

Monochromatic Colors of #a83dad

#a83dad

Complementary Color

#a83dad #42ad3d

#a83dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83dad Color CSS Codes

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

#a83dad Text Font Color

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

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


#a83dad Background Color

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

This div background color is #a83dad


#a83dad Border Color

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

This div border color is #a83dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83dad


Comments

No comments written yet.

Please login to write comment.