Color Hex Logo

#ab061d Color Hex

#AB061D
(171,6,29)
0 Favorites   0 Comments

Color spaces of #ab061d

RGB 171629
HSL0.980.930.35
HSV352°96°67°
CMYK 0.000.960.83   0.33
XYZ17.08158.87691.9755
Yxy8.87690.61150.3178
Hunter Lab29.794150.197516.9247
CIE-Lab35.746259.118536.6640

#ab061d color RGB value is (171,6,29).

#ab061d hex color red value is 171, green value is 6 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ab061d hue: 0.98 , saturation: 0.93 and the lightness value of ab061d is 0.35.

The process color (four color CMYK) of #ab061d color hex is 0.00, 0.96, 0.83, 0.33. Web safe color of #ab061d is #990033. Color #ab061d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000110 00011101
Octal 253 6 35
Decimal 171 6 29
Hex AB 6 1D

RGB Percentages of Color #ab061d

%83.01
%2.91
%14.08

CMYK Percentages of Color #ab061d

%0
%96
%83
%33

Triadic Colors of #ab061d

#ab061d #1dab06 #061dab

Analogous Colors of #ab061d

#ab061d #ab4206 #ab0670

Monochromatic Colors of #ab061d

#ab061d

Complementary Color

#ab061d #06ab94

#ab061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab061d Color CSS Codes

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

#ab061d Text Font Color

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

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


#ab061d Background Color

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

This div background color is #ab061d


#ab061d Border Color

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

This div border color is #ab061d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,6,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab061d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab061d;
  -webkit-box-shadow: 1px 1px 3px 2px #ab061d;
  box-shadow:         1px 1px 3px 2px #ab061d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,6,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab061d


Comments

No comments written yet.

Please login to write comment.