color codes Logo

#ab033c color codes

#AB033C
(171,3,60)
0 Favorites   0 Comments

Color spaces of #ab033c

RGB 171360
HSL0.940.970.34
HSV340°98°67°
CMYK 0.000.980.65   0.33
XYZ17.64289.04935.0918
Yxy9.04930.55510.2847
Hunter Lab30.082152.044711.0218
CIE-Lab36.079060.741217.7360

#ab033c color RGB value is (171,3,60).

#ab033c hex color red value is 171, green value is 3 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab033c hue: 0.94 , saturation: 0.97 and the lightness value of ab033c is 0.34.

The process color (four color CMYK) of #ab033c color code is 0.00, 0.98, 0.65, 0.33. Web safe color of #ab033c is #990033. Color #ab033c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 00111100
Octal 253 3 74
Decimal 171 3 60
Hex AB 3 3C

RGB Percentages of Color #ab033c

%73.08
%1.28
%25.64

CMYK Percentages of Color #ab033c

%0
%98
%65
%33

Triadic Colors of #ab033c

#ab033c #3cab03 #033cab

Analogous Colors of #ab033c

#ab033c #ab1e03 #ab0390

Monochromatic Colors of #ab033c

#ab033c

Complementary Color

#ab033c #03ab72

#ab033c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab033c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab033c Color CSS Codes

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

#ab033c Text Font Color

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

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


#ab033c Background Color

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

This div background color is #ab033c


#ab033c Border Color

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

This div border color is #ab033c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab033c


Comments

No comments written yet.

Please login to write comment.