Color Hex Logo

#ab3076 Color Hex

#AB3076
(171,48,118)
0 Favorites   0 Comments

Color spaces of #ab3076

RGB 17148118
HSL0.910.560.43
HSV326°72°67°
CMYK 0.000.720.31   0.33
XYZ21.121612.079818.3580
Yxy12.07980.40970.2343
Hunter Lab34.756047.6534-6.9876
CIE-Lab41.342755.6870-11.6222

#ab3076 color RGB value is (171,48,118).

#ab3076 hex color red value is 171, green value is 48 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ab3076 hue: 0.91 , saturation: 0.56 and the lightness value of ab3076 is 0.43.

The process color (four color CMYK) of #ab3076 color hex is 0.00, 0.72, 0.31, 0.33. Web safe color of #ab3076 is #993366. Color #ab3076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 01110110
Octal 253 60 166
Decimal 171 48 118
Hex AB 30 76

RGB Percentages of Color #ab3076

%50.74
%14.24
%35.01

CMYK Percentages of Color #ab3076

%0
%72
%31
%33

Triadic Colors of #ab3076

#ab3076 #76ab30 #3076ab

Analogous Colors of #ab3076

#ab3076 #ab3038 #a330ab

Monochromatic Colors of #ab3076

#ab3076

Complementary Color

#ab3076 #30ab65

#ab3076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3076 Color CSS Codes

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

#ab3076 Text Font Color

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

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


#ab3076 Background Color

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

This div background color is #ab3076


#ab3076 Border Color

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

This div border color is #ab3076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3076


Comments

No comments written yet.

Please login to write comment.