Color Hex Logo

#a850bf Color Hex

#A850BF
(168,80,191)
0 Favorites   0 Comments

Color spaces of #a850bf

RGB 16880191
HSL0.800.460.53
HSV288°58°75°
CMYK 0.120.580.00   0.25
XYZ28.421117.823751.2326
Yxy17.82370.29160.1828
Hunter Lab42.218146.2839-42.3970
CIE-Lab49.281652.9661-43.0035

#a850bf color RGB value is (168,80,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 10111111
Octal 250 120 277
Decimal 168 80 191
Hex A8 50 BF

RGB Percentages of Color #a850bf

%38.27
%18.22
%43.51

CMYK Percentages of Color #a850bf

%12
%58
%0
%25

Triadic Colors of #a850bf

#a850bf #bfa850 #50bfa8

Analogous Colors of #a850bf

#a850bf #bf509f #7150bf

Monochromatic Colors of #a850bf

#a850bf

Complementary Color

#a850bf #67bf50

#a850bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a850bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a850bf Color CSS Codes

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

#a850bf Text Font Color

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

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


#a850bf Background Color

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

This div background color is #a850bf


#a850bf Border Color

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

This div border color is #a850bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a850bf


Comments

No comments written yet.

Please login to write comment.