Color Hex Logo

#a37cdb Color Hex

#A37CDB
(163,124,219)
0 Favorites   0 Comments

Color spaces of #a37cdb

RGB 163124219
HSL0.740.570.67
HSV265°43°86°
CMYK 0.260.430.00   0.14
XYZ35.098127.316370.4405
Yxy27.31630.26420.2056
Hunter Lab52.265028.4064-43.3230
CIE-Lab59.266034.2946-43.2064

#a37cdb color RGB value is (163,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 11011011
Octal 243 174 333
Decimal 163 124 219
Hex A3 7C DB

RGB Percentages of Color #a37cdb

%32.21
%24.51
%43.28

CMYK Percentages of Color #a37cdb

%26
%43
%0
%14

Triadic Colors of #a37cdb

#a37cdb #dba37c #7cdba3

Analogous Colors of #a37cdb

#a37cdb #d37cdb #7c85db

Monochromatic Colors of #a37cdb

#a37cdb

Complementary Color

#a37cdb #b4db7c

#a37cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37cdb Color CSS Codes

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

#a37cdb Text Font Color

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

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


#a37cdb Background Color

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

This div background color is #a37cdb


#a37cdb Border Color

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

This div border color is #a37cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37cdb


Comments

No comments written yet.

Please login to write comment.