Color Hex Logo

#a83acb Color Hex

#A83ACB
(168,58,203)
0 Favorites   0 Comments

Color spaces of #a83acb

RGB 16858203
HSL0.790.580.51
HSV286°71°80°
CMYK 0.170.710.00   0.20
XYZ28.441015.662758.0241
Yxy15.66270.27850.1534
Hunter Lab39.576159.0191-59.2241
CIE-Lab46.528864.9094-54.3401

#a83acb color RGB value is (168,58,203).

#a83acb hex color red value is 168, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a83acb hue: 0.79 , saturation: 0.58 and the lightness value of a83acb is 0.51.

The process color (four color CMYK) of #a83acb color hex is 0.17, 0.71, 0.00, 0.20. Web safe color of #a83acb is #9933cc. Color #a83acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 11001011
Octal 250 72 313
Decimal 168 58 203
Hex A8 3A CB

RGB Percentages of Color #a83acb

%39.16
%13.52
%47.32

CMYK Percentages of Color #a83acb

%17
%71
%0
%20

Triadic Colors of #a83acb

#a83acb #cba83a #3acba8

Analogous Colors of #a83acb

#a83acb #cb3aa6 #5f3acb

Monochromatic Colors of #a83acb

#a83acb

Complementary Color

#a83acb #5dcb3a

#a83acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83acb Color CSS Codes

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

#a83acb Text Font Color

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

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


#a83acb Background Color

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

This div background color is #a83acb


#a83acb Border Color

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

This div border color is #a83acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83acb


Comments

No comments written yet.

Please login to write comment.