Color Hex Logo

#a506bf Color Hex

#A506BF
(165,6,191)
0 Favorites   0 Comments

Color spaces of #a506bf

RGB 1656191
HSL0.810.940.39
HSV292°97°75°
CMYK 0.140.970.00   0.25
XYZ24.986111.891250.2685
Yxy11.89120.28670.1365
Hunter Lab34.483668.9910-62.2915
CIE-Lab41.042774.4262-56.2265

#a506bf color RGB value is (165,6,191).

#a506bf hex color red value is 165, green value is 6 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a506bf hue: 0.81 , saturation: 0.94 and the lightness value of a506bf is 0.39.

The process color (four color CMYK) of #a506bf color hex is 0.14, 0.97, 0.00, 0.25. Web safe color of #a506bf is #9900cc. Color #a506bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 10111111
Octal 245 6 277
Decimal 165 6 191
Hex A5 6 BF

RGB Percentages of Color #a506bf

%45.58
%1.66
%52.76

CMYK Percentages of Color #a506bf

%14
%97
%0
%25

Triadic Colors of #a506bf

#a506bf #bfa506 #06bfa5

Analogous Colors of #a506bf

#a506bf #bf067d #4906bf

Monochromatic Colors of #a506bf

#a506bf

Complementary Color

#a506bf #20bf06

#a506bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a506bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a506bf Color CSS Codes

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

#a506bf Text Font Color

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

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


#a506bf Background Color

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

This div background color is #a506bf


#a506bf Border Color

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

This div border color is #a506bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a506bf


Comments

No comments written yet.

Please login to write comment.