Color Hex Logo

#a650bf Color Hex

#A650BF
(166,80,191)
0 Favorites   0 Comments

Color spaces of #a650bf

RGB 16680191
HSL0.800.460.53
HSV286°58°75°
CMYK 0.130.580.00   0.25
XYZ27.998517.605951.2128
Yxy17.60590.28920.1818
Hunter Lab41.959445.6799-42.9938
CIE-Lab49.014652.4515-43.4438

#a650bf color RGB value is (166,80,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 10111111
Octal 246 120 277
Decimal 166 80 191
Hex A6 50 BF

RGB Percentages of Color #a650bf

%37.99
%18.31
%43.71

CMYK Percentages of Color #a650bf

%13
%58
%0
%25

Triadic Colors of #a650bf

#a650bf #bfa650 #50bfa6

Analogous Colors of #a650bf

#a650bf #bf50a1 #6f50bf

Monochromatic Colors of #a650bf

#a650bf

Complementary Color

#a650bf #69bf50

#a650bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a650bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a650bf Color CSS Codes

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

#a650bf Text Font Color

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

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


#a650bf Background Color

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

This div background color is #a650bf


#a650bf Border Color

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

This div border color is #a650bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a650bf


Comments

No comments written yet.

Please login to write comment.