Color Hex Logo

#a34ebd Color Hex

#A34EBD
(163,78,189)
0 Favorites   0 Comments

Color spaces of #a34ebd

RGB 16378189
HSL0.790.460.52
HSV286°59°74°
CMYK 0.140.590.00   0.26
XYZ27.014016.909449.9842
Yxy16.90940.28770.1801
Hunter Lab41.121045.3017-43.2845
CIE-Lab48.145752.2507-43.6880

#a34ebd color RGB value is (163,78,189).

#a34ebd hex color red value is 163, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a34ebd hue: 0.79 , saturation: 0.46 and the lightness value of a34ebd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001110 10111101
Octal 243 116 275
Decimal 163 78 189
Hex A3 4E BD

RGB Percentages of Color #a34ebd

%37.91
%18.14
%43.95

CMYK Percentages of Color #a34ebd

%14
%59
%0
%26

Triadic Colors of #a34ebd

#a34ebd #bda34e #4ebda3

Analogous Colors of #a34ebd

#a34ebd #bd4ea0 #6c4ebd

Monochromatic Colors of #a34ebd

#a34ebd

Complementary Color

#a34ebd #68bd4e

#a34ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34ebd Color CSS Codes

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

#a34ebd Text Font Color

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

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


#a34ebd Background Color

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

This div background color is #a34ebd


#a34ebd Border Color

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

This div border color is #a34ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34ebd


Comments

No comments written yet.

Please login to write comment.