Color Hex Logo

#a37adc Color Hex

#A37ADC
(163,122,220)
0 Favorites   0 Comments

Color spaces of #a37adc

RGB 163122220
HSL0.740.580.67
HSV265°45°86°
CMYK 0.260.450.00   0.14
XYZ34.982126.872971.0534
Yxy26.87290.26320.2022
Hunter Lab51.839129.7372-44.9787
CIE-Lab58.856535.6639-44.4126

#a37adc color RGB value is (163,122,220).

#a37adc hex color red value is 163, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a37adc hue: 0.74 , saturation: 0.58 and the lightness value of a37adc is 0.67.

The process color (four color CMYK) of #a37adc color hex is 0.26, 0.45, 0.00, 0.14. Web safe color of #a37adc is #9966cc. Color #a37adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 11011100
Octal 243 172 334
Decimal 163 122 220
Hex A3 7A DC

RGB Percentages of Color #a37adc

%32.28
%24.16
%43.56

CMYK Percentages of Color #a37adc

%26
%45
%0
%14

Triadic Colors of #a37adc

#a37adc #dca37a #7adca3

Analogous Colors of #a37adc

#a37adc #d47adc #7a82dc

Monochromatic Colors of #a37adc

#a37adc

Complementary Color

#a37adc #b3dc7a

#a37adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37adc Color CSS Codes

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

#a37adc Text Font Color

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

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


#a37adc Background Color

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

This div background color is #a37adc


#a37adc Border Color

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

This div border color is #a37adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37adc


Comments

No comments written yet.

Please login to write comment.