Color Hex Logo

#a37edc Color Hex

#A37EDC
(163,126,220)
0 Favorites   0 Comments

Color spaces of #a37edc

RGB 163126220
HSL0.730.570.68
HSV264°43°86°
CMYK 0.260.430.00   0.14
XYZ35.483427.875571.2205
Yxy27.87550.26370.2071
Hunter Lab52.797327.5691-43.0208
CIE-Lab59.776133.4036-42.9630

#a37edc color RGB value is (163,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111110 11011100
Octal 243 176 334
Decimal 163 126 220
Hex A3 7E DC

RGB Percentages of Color #a37edc

%32.02
%24.75
%43.22

CMYK Percentages of Color #a37edc

%26
%43
%0
%14

Triadic Colors of #a37edc

#a37edc #dca37e #7edca3

Analogous Colors of #a37edc

#a37edc #d27edc #7e88dc

Monochromatic Colors of #a37edc

#a37edc

Complementary Color

#a37edc #b7dc7e

#a37edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37edc Color CSS Codes

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

#a37edc Text Font Color

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

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


#a37edc Background Color

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

This div background color is #a37edc


#a37edc Border Color

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

This div border color is #a37edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37edc


Comments

No comments written yet.

Please login to write comment.