Color Hex Logo

#a34dbd Color Hex

#A34DBD
(163,77,189)
0 Favorites   0 Comments

Color spaces of #a34dbd

RGB 16377189
HSL0.790.460.52
HSV286°59°74°
CMYK 0.140.590.00   0.26
XYZ26.943416.768449.9607
Yxy16.76840.28760.1790
Hunter Lab40.949245.7866-43.6731
CIE-Lab47.966952.7348-43.9721

#a34dbd color RGB value is (163,77,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001101 10111101
Octal 243 115 275
Decimal 163 77 189
Hex A3 4D BD

RGB Percentages of Color #a34dbd

%38.00
%17.95
%44.06

CMYK Percentages of Color #a34dbd

%14
%59
%0
%26

Triadic Colors of #a34dbd

#a34dbd #bda34d #4dbda3

Analogous Colors of #a34dbd

#a34dbd #bd4d9f #6b4dbd

Monochromatic Colors of #a34dbd

#a34dbd

Complementary Color

#a34dbd #67bd4d

#a34dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34dbd Color CSS Codes

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

#a34dbd Text Font Color

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

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


#a34dbd Background Color

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

This div background color is #a34dbd


#a34dbd Border Color

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

This div border color is #a34dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34dbd


Comments

No comments written yet.

Please login to write comment.