Color Hex Logo

#ab0dbb Color Hex

#AB0DBB
(171,13,187)
0 Favorites   0 Comments

Color spaces of #ab0dbb

RGB 17113187
HSL0.820.870.39
HSV294°93°73°
CMYK 0.090.930.00   0.27
XYZ25.908212.533648.0674
Yxy12.53360.29950.1449
Hunter Lab35.402868.6734-55.7177
CIE-Lab42.051973.9687-52.1966

#ab0dbb color RGB value is (171,13,187).

#ab0dbb hex color red value is 171, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab0dbb hue: 0.82 , saturation: 0.87 and the lightness value of ab0dbb is 0.39.

The process color (four color CMYK) of #ab0dbb color hex is 0.09, 0.93, 0.00, 0.27. Web safe color of #ab0dbb is #9900cc. Color #ab0dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001101 10111011
Octal 253 15 273
Decimal 171 13 187
Hex AB D BB

RGB Percentages of Color #ab0dbb

%46.09
%3.50
%50.40

CMYK Percentages of Color #ab0dbb

%9
%93
%0
%27

Triadic Colors of #ab0dbb

#ab0dbb #bbab0d #0dbbab

Analogous Colors of #ab0dbb

#ab0dbb #bb0d74 #540dbb

Monochromatic Colors of #ab0dbb

#ab0dbb

Complementary Color

#ab0dbb #1dbb0d

#ab0dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0dbb Color CSS Codes

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

#ab0dbb Text Font Color

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

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


#ab0dbb Background Color

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

This div background color is #ab0dbb


#ab0dbb Border Color

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

This div border color is #ab0dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0dbb


Comments

No comments written yet.

Please login to write comment.