Color Hex Logo

#a37bdc Color Hex

#A37BDC
(163,123,220)
0 Favorites   0 Comments

Color spaces of #a37bdc

RGB 163123220
HSL0.740.580.67
HSV265°44°86°
CMYK 0.260.440.00   0.14
XYZ35.105527.119871.0945
Yxy27.11980.26330.2034
Hunter Lab52.076729.1948-44.4884
CIE-Lab59.085135.0996-44.0520

#a37bdc color RGB value is (163,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111011 11011100
Octal 243 173 334
Decimal 163 123 220
Hex A3 7B DC

RGB Percentages of Color #a37bdc

%32.21
%24.31
%43.48

CMYK Percentages of Color #a37bdc

%26
%44
%0
%14

Triadic Colors of #a37bdc

#a37bdc #dca37b #7bdca3

Analogous Colors of #a37bdc

#a37bdc #d47bdc #7b84dc

Monochromatic Colors of #a37bdc

#a37bdc

Complementary Color

#a37bdc #b4dc7b

#a37bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37bdc Color CSS Codes

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

#a37bdc Text Font Color

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

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


#a37bdc Background Color

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

This div background color is #a37bdc


#a37bdc Border Color

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

This div border color is #a37bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37bdc


Comments

No comments written yet.

Please login to write comment.