Color Hex Logo

#a840be Color Hex

#A840BE
(168,64,190)
0 Favorites   0 Comments

Color spaces of #a840be

RGB 16864190
HSL0.800.500.50
HSV290°66°75°
CMYK 0.120.660.00   0.25
XYZ27.276115.709350.3098
Yxy15.70930.29240.1684
Hunter Lab39.635053.4795-47.5140
CIE-Lab46.590860.0127-46.7032

#a840be color RGB value is (168,64,190).

#a840be hex color red value is 168, green value is 64 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a840be hue: 0.80 , saturation: 0.50 and the lightness value of a840be is 0.50.

The process color (four color CMYK) of #a840be color hex is 0.12, 0.66, 0.00, 0.25. Web safe color of #a840be is #9933cc. Color #a840be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 10111110
Octal 250 100 276
Decimal 168 64 190
Hex A8 40 BE

RGB Percentages of Color #a840be

%39.81
%15.17
%45.02

CMYK Percentages of Color #a840be

%12
%66
%0
%25

Triadic Colors of #a840be

#a840be #bea840 #40bea8

Analogous Colors of #a840be

#a840be #be4095 #6940be

Monochromatic Colors of #a840be

#a840be

Complementary Color

#a840be #56be40

#a840be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a840be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a840be Color CSS Codes

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

#a840be Text Font Color

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

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


#a840be Background Color

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

This div background color is #a840be


#a840be Border Color

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

This div border color is #a840be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a840be


Comments

No comments written yet.

Please login to write comment.