Color Hex Logo

#a61fbc Color Hex

#A61FBC
(166,31,188)
0 Favorites   0 Comments

Color spaces of #a61fbc

RGB 16631188
HSL0.810.720.43
HSV292°84°74°
CMYK 0.120.840.00   0.26
XYZ25.293012.717848.6986
Yxy12.71780.29170.1467
Hunter Lab35.662064.1911-56.0006
CIE-Lab42.334970.1622-52.3723

#a61fbc color RGB value is (166,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011111 10111100
Octal 246 37 274
Decimal 166 31 188
Hex A6 1F BC

RGB Percentages of Color #a61fbc

%43.12
%8.05
%48.83

CMYK Percentages of Color #a61fbc

%12
%84
%0
%26

Triadic Colors of #a61fbc

#a61fbc #bca61f #1fbca6

Analogous Colors of #a61fbc

#a61fbc #bc1f84 #581fbc

Monochromatic Colors of #a61fbc

#a61fbc

Complementary Color

#a61fbc #35bc1f

#a61fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61fbc Color CSS Codes

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

#a61fbc Text Font Color

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

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


#a61fbc Background Color

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

This div background color is #a61fbc


#a61fbc Border Color

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

This div border color is #a61fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61fbc


Comments

No comments written yet.

Please login to write comment.