Color Hex Logo

#a834ba Color Hex

#A834BA
(168,52,186)
0 Favorites   0 Comments

Color spaces of #a834ba

RGB 16852186
HSL0.810.560.47
HSV292°72°73°
CMYK 0.100.720.00   0.27
XYZ26.239414.326047.8366
Yxy14.32600.29680.1621
Hunter Lab37.849757.5086-48.4393
CIE-Lab44.696963.9436-47.3922

#a834ba color RGB value is (168,52,186).

#a834ba hex color red value is 168, green value is 52 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a834ba hue: 0.81 , saturation: 0.56 and the lightness value of a834ba is 0.47.

The process color (four color CMYK) of #a834ba color hex is 0.10, 0.72, 0.00, 0.27. Web safe color of #a834ba is #9933cc. Color #a834ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110100 10111010
Octal 250 64 272
Decimal 168 52 186
Hex A8 34 BA

RGB Percentages of Color #a834ba

%41.38
%12.81
%45.81

CMYK Percentages of Color #a834ba

%10
%72
%0
%27

Triadic Colors of #a834ba

#a834ba #baa834 #34baa8

Analogous Colors of #a834ba

#a834ba #ba3489 #6534ba

Monochromatic Colors of #a834ba

#a834ba

Complementary Color

#a834ba #46ba34

#a834ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a834ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a834ba Color CSS Codes

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

#a834ba Text Font Color

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

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


#a834ba Background Color

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

This div background color is #a834ba


#a834ba Border Color

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

This div border color is #a834ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,52,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a834ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a834ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a834ba;
  box-shadow:         1px 1px 3px 2px #a834ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,52,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a834ba


Comments

No comments written yet.

Please login to write comment.