Color Hex Logo

#a506bc Color Hex

#A506BC
(165,6,188)
0 Favorites   0 Comments

Color spaces of #a506bc

RGB 1656188
HSL0.810.940.38
HSV292°97°74°
CMYK 0.120.970.00   0.26
XYZ24.659311.760448.5473
Yxy11.76040.29020.1384
Hunter Lab34.293468.3400-59.9281
CIE-Lab40.832873.9285-54.8037

#a506bc color RGB value is (165,6,188).

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

The process color (four color CMYK) of #a506bc color hex is 0.12, 0.97, 0.00, 0.26. Web safe color of #a506bc is #9900cc. Color #a506bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 10111100
Octal 245 6 274
Decimal 165 6 188
Hex A5 6 BC

RGB Percentages of Color #a506bc

%45.96
%1.67
%52.37

CMYK Percentages of Color #a506bc

%12
%97
%0
%26

Triadic Colors of #a506bc

#a506bc #bca506 #06bca5

Analogous Colors of #a506bc

#a506bc #bc0678 #4a06bc

Monochromatic Colors of #a506bc

#a506bc

Complementary Color

#a506bc #1dbc06

#a506bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a506bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a506bc Color CSS Codes

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

#a506bc Text Font Color

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

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


#a506bc Background Color

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

This div background color is #a506bc


#a506bc Border Color

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

This div border color is #a506bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,6,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a506bc


Comments

No comments written yet.

Please login to write comment.