Color Hex Logo

#a83dac Color Hex

#A83DAC
(168,61,172)
0 Favorites   0 Comments

Color spaces of #a83dac

RGB 16861172
HSL0.830.480.46
HSV298°65°67°
CMYK 0.020.650.00   0.33
XYZ25.263614.640940.5242
Yxy14.64090.31410.1820
Hunter Lab38.263450.8944-36.0087
CIE-Lab45.138457.9537-38.4517

#a83dac color RGB value is (168,61,172).

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

The process color (four color CMYK) of #a83dac color hex is 0.02, 0.65, 0.00, 0.33. Web safe color of #a83dac is #993399. Color #a83dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111101 10101100
Octal 250 75 254
Decimal 168 61 172
Hex A8 3D AC

RGB Percentages of Color #a83dac

%41.90
%15.21
%42.89

CMYK Percentages of Color #a83dac

%2
%65
%0
%33

Triadic Colors of #a83dac

#a83dac #aca83d #3daca8

Analogous Colors of #a83dac

#a83dac #ac3d79 #713dac

Monochromatic Colors of #a83dac

#a83dac

Complementary Color

#a83dac #41ac3d

#a83dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83dac Color CSS Codes

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

#a83dac Text Font Color

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

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


#a83dac Background Color

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

This div background color is #a83dac


#a83dac Border Color

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

This div border color is #a83dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83dac


Comments

No comments written yet.

Please login to write comment.