Color Hex Logo

#a37dea Color Hex

#A37DEA
(163,125,234)
0 Favorites   0 Comments

Color spaces of #a37dea

RGB 163125234
HSL0.720.720.70
HSV261°47°92°
CMYK 0.300.470.00   0.08
XYZ37.289228.394381.3572
Yxy28.39430.25360.1931
Hunter Lab53.286331.6614-53.2232
CIE-Lab60.243337.3964-50.0315

#a37dea color RGB value is (163,125,234).

#a37dea hex color red value is 163, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a37dea hue: 0.72 , saturation: 0.72 and the lightness value of a37dea is 0.70.

The process color (four color CMYK) of #a37dea color hex is 0.30, 0.47, 0.00, 0.08. Web safe color of #a37dea is #9966ff. Color #a37dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 11101010
Octal 243 175 352
Decimal 163 125 234
Hex A3 7D EA

RGB Percentages of Color #a37dea

%31.23
%23.95
%44.83

CMYK Percentages of Color #a37dea

%30
%47
%0
%8

Triadic Colors of #a37dea

#a37dea #eaa37d #7deaa3

Analogous Colors of #a37dea

#a37dea #da7dea #7d8eea

Monochromatic Colors of #a37dea

#a37dea

Complementary Color

#a37dea #c4ea7d

#a37dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dea Color CSS Codes

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

#a37dea Text Font Color

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

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


#a37dea Background Color

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

This div background color is #a37dea


#a37dea Border Color

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

This div border color is #a37dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dea


Comments

No comments written yet.

Please login to write comment.