Color Hex Logo

#a83bb1 Color Hex

#A83BB1
(168,59,177)
0 Favorites   0 Comments

Color spaces of #a83bb1

RGB 16859177
HSL0.820.500.46
HSV295°67°69°
CMYK 0.050.670.00   0.31
XYZ25.648214.627143.0665
Yxy14.62710.30770.1755
Hunter Lab38.245452.7766-39.9922
CIE-Lab45.119259.6597-41.4324

#a83bb1 color RGB value is (168,59,177).

#a83bb1 hex color red value is 168, green value is 59 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a83bb1 hue: 0.82 , saturation: 0.50 and the lightness value of a83bb1 is 0.46.

The process color (four color CMYK) of #a83bb1 color hex is 0.05, 0.67, 0.00, 0.31. Web safe color of #a83bb1 is #993399. Color #a83bb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111011 10110001
Octal 250 73 261
Decimal 168 59 177
Hex A8 3B B1

RGB Percentages of Color #a83bb1

%41.58
%14.60
%43.81

CMYK Percentages of Color #a83bb1

%5
%67
%0
%31

Triadic Colors of #a83bb1

#a83bb1 #b1a83b #3bb1a8

Analogous Colors of #a83bb1

#a83bb1 #b13b7f #6d3bb1

Monochromatic Colors of #a83bb1

#a83bb1

Complementary Color

#a83bb1 #44b13b

#a83bb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83bb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83bb1 Color CSS Codes

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

#a83bb1 Text Font Color

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

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


#a83bb1 Background Color

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

This div background color is #a83bb1


#a83bb1 Border Color

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

This div border color is #a83bb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83bb1


Comments

No comments written yet.

Please login to write comment.