Color Hex Logo

#a850be Color Hex

#A850BE
(168,80,190)
0 Favorites   0 Comments

Color spaces of #a850be

RGB 16880190
HSL0.800.460.53
HSV288°58°75°
CMYK 0.120.580.00   0.25
XYZ28.311417.779950.6549
Yxy17.77990.29260.1838
Hunter Lab42.166246.0583-41.7096
CIE-Lab49.228152.7660-42.5088

#a850be color RGB value is (168,80,190).

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

The process color (four color CMYK) of #a850be color hex is 0.12, 0.58, 0.00, 0.25. Web safe color of #a850be is #9966cc. Color #a850be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 10111110
Octal 250 120 276
Decimal 168 80 190
Hex A8 50 BE

RGB Percentages of Color #a850be

%38.36
%18.26
%43.38

CMYK Percentages of Color #a850be

%12
%58
%0
%25

Triadic Colors of #a850be

#a850be #bea850 #50bea8

Analogous Colors of #a850be

#a850be #be509d #7150be

Monochromatic Colors of #a850be

#a850be

Complementary Color

#a850be #66be50

#a850be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a850be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a850be Color CSS Codes

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

#a850be Text Font Color

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

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


#a850be Background Color

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

This div background color is #a850be


#a850be Border Color

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

This div border color is #a850be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a850be


Comments

No comments written yet.

Please login to write comment.