Color Hex Logo

#a37dee Color Hex

#A37DEE
(163,125,238)
0 Favorites   0 Comments

Color spaces of #a37dee

RGB 163125238
HSL0.720.770.71
HSV260°47°93°
CMYK 0.320.470.00   0.07
XYZ37.870528.626884.4185
Yxy28.62680.25090.1897
Hunter Lab53.504032.7115-56.0948
CIE-Lab60.450838.3940-51.9221

#a37dee color RGB value is (163,125,238).

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

The process color (four color CMYK) of #a37dee color hex is 0.32, 0.47, 0.00, 0.07. Web safe color of #a37dee is #9966ff. Color #a37dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 11101110
Octal 243 175 356
Decimal 163 125 238
Hex A3 7D EE

RGB Percentages of Color #a37dee

%30.99
%23.76
%45.25

CMYK Percentages of Color #a37dee

%32
%47
%0
%7

Triadic Colors of #a37dee

#a37dee #eea37d #7deea3

Analogous Colors of #a37dee

#a37dee #dc7dee #7d90ee

Monochromatic Colors of #a37dee

#a37dee

Complementary Color

#a37dee #c8ee7d

#a37dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dee Color CSS Codes

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

#a37dee Text Font Color

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

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


#a37dee Background Color

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

This div background color is #a37dee


#a37dee Border Color

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

This div border color is #a37dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dee


Comments

No comments written yet.

Please login to write comment.