Color Hex Logo

#a37ddc Color Hex

#A37DDC
(163,125,220)
0 Favorites   0 Comments

Color spaces of #a37ddc

RGB 163125220
HSL0.730.580.68
HSV264°43°86°
CMYK 0.260.430.00   0.14
XYZ35.356127.621171.1781
Yxy27.62110.26350.2059
Hunter Lab52.555828.1105-43.5094
CIE-Lab59.544933.9692-43.3272

#a37ddc color RGB value is (163,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 11011100
Octal 243 175 334
Decimal 163 125 220
Hex A3 7D DC

RGB Percentages of Color #a37ddc

%32.09
%24.61
%43.31

CMYK Percentages of Color #a37ddc

%26
%43
%0
%14

Triadic Colors of #a37ddc

#a37ddc #dca37d #7ddca3

Analogous Colors of #a37ddc

#a37ddc #d37ddc #7d87dc

Monochromatic Colors of #a37ddc

#a37ddc

Complementary Color

#a37ddc #b6dc7d

#a37ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ddc Color CSS Codes

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

#a37ddc Text Font Color

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

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


#a37ddc Background Color

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

This div background color is #a37ddc


#a37ddc Border Color

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

This div border color is #a37ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ddc


Comments

No comments written yet.

Please login to write comment.