Color Hex Logo

#a36ebd Color Hex

#A36EBD
(163,110,189)
0 Favorites   0 Comments

Color spaces of #a36ebd

RGB 163110189
HSL0.780.370.59
HSV280°42°74°
CMYK 0.140.420.00   0.26
XYZ29.865522.612550.9347
Yxy22.61250.28880.2187
Hunter Lab47.552628.8902-30.2201
CIE-Lab54.670935.3068-33.4094

#a36ebd color RGB value is (163,110,189).

#a36ebd hex color red value is 163, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a36ebd hue: 0.78 , saturation: 0.37 and the lightness value of a36ebd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101110 10111101
Octal 243 156 275
Decimal 163 110 189
Hex A3 6E BD

RGB Percentages of Color #a36ebd

%35.28
%23.81
%40.91

CMYK Percentages of Color #a36ebd

%14
%42
%0
%26

Triadic Colors of #a36ebd

#a36ebd #bda36e #6ebda3

Analogous Colors of #a36ebd

#a36ebd #bd6eb0 #7c6ebd

Monochromatic Colors of #a36ebd

#a36ebd

Complementary Color

#a36ebd #88bd6e

#a36ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36ebd Color CSS Codes

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

#a36ebd Text Font Color

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

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


#a36ebd Background Color

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

This div background color is #a36ebd


#a36ebd Border Color

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

This div border color is #a36ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36ebd


Comments

No comments written yet.

Please login to write comment.