Color Hex Logo

#a6034b Color Hex

#A6034B
(166,3,75)
0 Favorites   0 Comments

Color spaces of #a6034b

RGB 166375
HSL0.930.960.33
HSV333°98°65°
CMYK 0.000.980.55   0.35
XYZ17.02848.68017.4345
Yxy8.68010.51380.2619
Hunter Lab29.462051.61065.6621
CIE-Lab35.360960.48646.8085

#a6034b color RGB value is (166,3,75).

#a6034b hex color red value is 166, green value is 3 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a6034b hue: 0.93 , saturation: 0.96 and the lightness value of a6034b is 0.33.

The process color (four color CMYK) of #a6034b color hex is 0.00, 0.98, 0.55, 0.35. Web safe color of #a6034b is #990033. Color #a6034b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000011 01001011
Octal 246 3 113
Decimal 166 3 75
Hex A6 3 4B

RGB Percentages of Color #a6034b

%68.03
%1.23
%30.74

CMYK Percentages of Color #a6034b

%0
%98
%55
%35

Triadic Colors of #a6034b

#a6034b #4ba603 #034ba6

Analogous Colors of #a6034b

#a6034b #a60d03 #a6039d

Monochromatic Colors of #a6034b

#a6034b

Complementary Color

#a6034b #03a65e

#a6034b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6034b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6034b Color CSS Codes

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

#a6034b Text Font Color

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

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


#a6034b Background Color

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

This div background color is #a6034b


#a6034b Border Color

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

This div border color is #a6034b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6034b


Comments

No comments written yet.

Please login to write comment.