Color Hex Logo

#a36ecf Color Hex

#A36ECF
(163,110,207)
0 Favorites   0 Comments

Color spaces of #a36ecf

RGB 163110207
HSL0.760.500.62
HSV273°47°81°
CMYK 0.210.470.00   0.19
XYZ31.942723.443461.8729
Yxy23.44340.27240.1999
Hunter Lab48.418433.0283-41.8727
CIE-Lab55.526239.3254-42.3362

#a36ecf color RGB value is (163,110,207).

#a36ecf hex color red value is 163, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a36ecf hue: 0.76 , saturation: 0.50 and the lightness value of a36ecf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101110 11001111
Octal 243 156 317
Decimal 163 110 207
Hex A3 6E CF

RGB Percentages of Color #a36ecf

%33.96
%22.92
%43.13

CMYK Percentages of Color #a36ecf

%21
%47
%0
%19

Triadic Colors of #a36ecf

#a36ecf #cfa36e #6ecfa3

Analogous Colors of #a36ecf

#a36ecf #cf6ecb #736ecf

Monochromatic Colors of #a36ecf

#a36ecf

Complementary Color

#a36ecf #9acf6e

#a36ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ecf Color CSS Codes

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

#a36ecf Text Font Color

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

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


#a36ecf Background Color

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

This div background color is #a36ecf


#a36ecf Border Color

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

This div border color is #a36ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ecf


Comments

No comments written yet.

Please login to write comment.