Color Hex Logo

#a610bc Color Hex

#A610BC
(166,16,188)
0 Favorites   0 Comments

Color spaces of #a610bc

RGB 16616188
HSL0.810.840.40
HSV292°91°74°
CMYK 0.120.910.00   0.26
XYZ24.988312.108448.5971
Yxy12.10840.29160.1413
Hunter Lab34.797167.2884-58.4455
CIE-Lab41.387972.9476-53.8988

#a610bc color RGB value is (166,16,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010000 10111100
Octal 246 20 274
Decimal 166 16 188
Hex A6 10 BC

RGB Percentages of Color #a610bc

%44.86
%4.32
%50.81

CMYK Percentages of Color #a610bc

%12
%91
%0
%26

Triadic Colors of #a610bc

#a610bc #bca610 #10bca6

Analogous Colors of #a610bc

#a610bc #bc107c #5010bc

Monochromatic Colors of #a610bc

#a610bc

Complementary Color

#a610bc #26bc10

#a610bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a610bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a610bc Color CSS Codes

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

#a610bc Text Font Color

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

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


#a610bc Background Color

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

This div background color is #a610bc


#a610bc Border Color

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

This div border color is #a610bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a610bc


Comments

No comments written yet.

Please login to write comment.