Color Hex Logo

#a840ba Color Hex

#A840BA
(168,64,186)
0 Favorites   0 Comments

Color spaces of #a840ba

RGB 16864186
HSL0.810.490.49
HSV291°66°73°
CMYK 0.100.660.00   0.27
XYZ26.844815.536848.0384
Yxy15.53680.29690.1718
Hunter Lab39.416752.5882-44.6668
CIE-Lab46.360859.2563-44.7368

#a840ba color RGB value is (168,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 10111010
Octal 250 100 272
Decimal 168 64 186
Hex A8 40 BA

RGB Percentages of Color #a840ba

%40.19
%15.31
%44.50

CMYK Percentages of Color #a840ba

%10
%66
%0
%27

Triadic Colors of #a840ba

#a840ba #baa840 #40baa8

Analogous Colors of #a840ba

#a840ba #ba408f #6b40ba

Monochromatic Colors of #a840ba

#a840ba

Complementary Color

#a840ba #52ba40

#a840ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a840ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a840ba Color CSS Codes

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

#a840ba Text Font Color

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

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


#a840ba Background Color

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

This div background color is #a840ba


#a840ba Border Color

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

This div border color is #a840ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a840ba


Comments

No comments written yet.

Please login to write comment.