Color Hex Logo

#a61b6a Color Hex

#A61B6A
(166,27,106)
0 Favorites   0 Comments

Color spaces of #a61b6a

RGB 16627106
HSL0.910.720.38
HSV326°84°65°
CMYK 0.000.840.36   0.35
XYZ18.71939.931514.5660
Yxy9.93150.43310.2298
Hunter Lab31.514350.8780-5.3440
CIE-Lab37.719259.3584-9.6684

#a61b6a color RGB value is (166,27,106).

#a61b6a hex color red value is 166, green value is 27 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a61b6a hue: 0.91 , saturation: 0.72 and the lightness value of a61b6a is 0.38.

The process color (four color CMYK) of #a61b6a color hex is 0.00, 0.84, 0.36, 0.35. Web safe color of #a61b6a is #993366. Color #a61b6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011011 01101010
Octal 246 33 152
Decimal 166 27 106
Hex A6 1B 6A

RGB Percentages of Color #a61b6a

%55.52
%9.03
%35.45

CMYK Percentages of Color #a61b6a

%0
%84
%36
%35

Triadic Colors of #a61b6a

#a61b6a #6aa61b #1b6aa6

Analogous Colors of #a61b6a

#a61b6a #a61b25 #9d1ba6

Monochromatic Colors of #a61b6a

#a61b6a

Complementary Color

#a61b6a #1ba657

#a61b6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61b6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61b6a Color CSS Codes

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

#a61b6a Text Font Color

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

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


#a61b6a Background Color

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

This div background color is #a61b6a


#a61b6a Border Color

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

This div border color is #a61b6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,27,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61b6a


Comments

No comments written yet.

Please login to write comment.