Color Hex Logo

#a834bb Color Hex

#A834BB
(168,52,187)
0 Favorites   0 Comments

Color spaces of #a834bb

RGB 16852187
HSL0.810.560.47
HSV292°72°73°
CMYK 0.100.720.00   0.27
XYZ26.346114.368748.3985
Yxy14.36870.29560.1612
Hunter Lab37.906157.7284-49.1673
CIE-Lab44.757164.1247-47.8813

#a834bb color RGB value is (168,52,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110100 10111011
Octal 250 64 273
Decimal 168 52 187
Hex A8 34 BB

RGB Percentages of Color #a834bb

%41.28
%12.78
%45.95

CMYK Percentages of Color #a834bb

%10
%72
%0
%27

Triadic Colors of #a834bb

#a834bb #bba834 #34bba8

Analogous Colors of #a834bb

#a834bb #bb348b #6534bb

Monochromatic Colors of #a834bb

#a834bb

Complementary Color

#a834bb #47bb34

#a834bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a834bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a834bb Color CSS Codes

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

#a834bb Text Font Color

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

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


#a834bb Background Color

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

This div background color is #a834bb


#a834bb Border Color

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

This div border color is #a834bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a834bb


Comments

No comments written yet.

Please login to write comment.