Color Hex Logo

#a620bc Color Hex

#A620BC
(166,32,188)
0 Favorites   0 Comments

Color spaces of #a620bc

RGB 16632188
HSL0.810.710.43
HSV292°83°74°
CMYK 0.120.830.00   0.26
XYZ25.319512.770948.7075
Yxy12.77090.29170.1471
Hunter Lab35.736463.9299-55.7948
CIE-Lab42.416069.9251-52.2418

#a620bc color RGB value is (166,32,188).

#a620bc hex color red value is 166, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a620bc hue: 0.81 , saturation: 0.71 and the lightness value of a620bc is 0.43.

The process color (four color CMYK) of #a620bc color hex is 0.12, 0.83, 0.00, 0.26. Web safe color of #a620bc is #9933cc. Color #a620bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 10111100
Octal 246 40 274
Decimal 166 32 188
Hex A6 20 BC

RGB Percentages of Color #a620bc

%43.01
%8.29
%48.70

CMYK Percentages of Color #a620bc

%12
%83
%0
%26

Triadic Colors of #a620bc

#a620bc #bca620 #20bca6

Analogous Colors of #a620bc

#a620bc #bc2084 #5820bc

Monochromatic Colors of #a620bc

#a620bc

Complementary Color

#a620bc #36bc20

#a620bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a620bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a620bc Color CSS Codes

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

#a620bc Text Font Color

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

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


#a620bc Background Color

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

This div background color is #a620bc


#a620bc Border Color

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

This div border color is #a620bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a620bc


Comments

No comments written yet.

Please login to write comment.