Color Hex Logo

#ab3bad Color Hex

#AB3BAD
(171,59,173)
0 Favorites   0 Comments

Color spaces of #ab3bad

RGB 17159173
HSL0.830.490.45
HSV299°66°68°
CMYK 0.010.660.00   0.32
XYZ25.901414.803041.0273
Yxy14.80300.31690.1811
Hunter Lab38.474752.8367-36.2914
CIE-Lab45.363259.6676-38.6570

#ab3bad color RGB value is (171,59,173).

#ab3bad hex color red value is 171, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab3bad hue: 0.83 , saturation: 0.49 and the lightness value of ab3bad is 0.45.

The process color (four color CMYK) of #ab3bad color hex is 0.01, 0.66, 0.00, 0.32. Web safe color of #ab3bad is #993399. Color #ab3bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111011 10101101
Octal 253 73 255
Decimal 171 59 173
Hex AB 3B AD

RGB Percentages of Color #ab3bad

%42.43
%14.64
%42.93

CMYK Percentages of Color #ab3bad

%1
%66
%0
%32

Triadic Colors of #ab3bad

#ab3bad #adab3b #3badab

Analogous Colors of #ab3bad

#ab3bad #ad3b76 #723bad

Monochromatic Colors of #ab3bad

#ab3bad

Complementary Color

#ab3bad #3dad3b

#ab3bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3bad Color CSS Codes

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

#ab3bad Text Font Color

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

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


#ab3bad Background Color

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

This div background color is #ab3bad


#ab3bad Border Color

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

This div border color is #ab3bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3bad


Comments

No comments written yet.

Please login to write comment.