Color Hex Logo

#a36edc Color Hex

#A36EDC
(163,110,220)
0 Favorites   0 Comments

Color spaces of #a36edc

RGB 163110220
HSL0.750.610.65
HSV269°50°86°
CMYK 0.260.500.00   0.14
XYZ33.598524.105770.5922
Yxy24.10570.26190.1879
Hunter Lab49.097636.2306-50.8786
CIE-Lab56.193542.3547-48.6279

#a36edc color RGB value is (163,110,220).

#a36edc hex color red value is 163, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a36edc hue: 0.75 , saturation: 0.61 and the lightness value of a36edc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101110 11011100
Octal 243 156 334
Decimal 163 110 220
Hex A3 6E DC

RGB Percentages of Color #a36edc

%33.06
%22.31
%44.62

CMYK Percentages of Color #a36edc

%26
%50
%0
%14

Triadic Colors of #a36edc

#a36edc #dca36e #6edca3

Analogous Colors of #a36edc

#a36edc #da6edc #6e70dc

Monochromatic Colors of #a36edc

#a36edc

Complementary Color

#a36edc #a7dc6e

#a36edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36edc Color CSS Codes

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

#a36edc Text Font Color

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

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


#a36edc Background Color

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

This div background color is #a36edc


#a36edc Border Color

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

This div border color is #a36edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36edc


Comments

No comments written yet.

Please login to write comment.