Color Hex Logo

#ab0cba Color Hex

#AB0CBA
(171,12,186)
0 Favorites   0 Comments

Color spaces of #ab0cba

RGB 17112186
HSL0.820.880.39
HSV295°94°73°
CMYK 0.080.940.00   0.27
XYZ25.789012.466047.5013
Yxy12.46600.30070.1454
Hunter Lab35.307268.5918-55.0520
CIE-Lab41.947473.9214-51.7766

#ab0cba color RGB value is (171,12,186).

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

The process color (four color CMYK) of #ab0cba color hex is 0.08, 0.94, 0.00, 0.27. Web safe color of #ab0cba is #9900cc. Color #ab0cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 10111010
Octal 253 14 272
Decimal 171 12 186
Hex AB C BA

RGB Percentages of Color #ab0cba

%46.34
%3.25
%50.41

CMYK Percentages of Color #ab0cba

%8
%94
%0
%27

Triadic Colors of #ab0cba

#ab0cba #baab0c #0cbaab

Analogous Colors of #ab0cba

#ab0cba #ba0c72 #540cba

Monochromatic Colors of #ab0cba

#ab0cba

Complementary Color

#ab0cba #1bba0c

#ab0cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0cba Color CSS Codes

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

#ab0cba Text Font Color

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

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


#ab0cba Background Color

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

This div background color is #ab0cba


#ab0cba Border Color

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

This div border color is #ab0cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0cba


Comments

No comments written yet.

Please login to write comment.