Color Hex Logo

#a37dca Color Hex

#A37DCA
(163,125,202)
0 Favorites   0 Comments

Color spaces of #a37dca

RGB 163125202
HSL0.750.420.64
HSV270°38°79°
CMYK 0.190.380.00   0.21
XYZ33.098526.718059.2897
Yxy26.71800.27790.2243
Hunter Lab51.689523.8430-31.8252
CIE-Lab58.712429.7348-34.5044

#a37dca color RGB value is (163,125,202).

#a37dca hex color red value is 163, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a37dca hue: 0.75 , saturation: 0.42 and the lightness value of a37dca is 0.64.

The process color (four color CMYK) of #a37dca color hex is 0.19, 0.38, 0.00, 0.21. Web safe color of #a37dca is #9966cc. Color #a37dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 11001010
Octal 243 175 312
Decimal 163 125 202
Hex A3 7D CA

RGB Percentages of Color #a37dca

%33.27
%25.51
%41.22

CMYK Percentages of Color #a37dca

%19
%38
%0
%21

Triadic Colors of #a37dca

#a37dca #caa37d #7dcaa3

Analogous Colors of #a37dca

#a37dca #ca7dca #7d7eca

Monochromatic Colors of #a37dca

#a37dca

Complementary Color

#a37dca #a4ca7d

#a37dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dca Color CSS Codes

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

#a37dca Text Font Color

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

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


#a37dca Background Color

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

This div background color is #a37dca


#a37dca Border Color

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

This div border color is #a37dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dca

#a37dca Color Palettes


Comments

No comments written yet.

Please login to write comment.