Color Hex Logo

#ab1cba Color Hex

#AB1CBA
(171,28,186)
0 Favorites   0 Comments

Color spaces of #ab1cba

RGB 17128186
HSL0.820.740.42
HSV294°85°73°
CMYK 0.080.850.00   0.27
XYZ26.072813.033647.5959
Yxy13.03360.30070.1503
Hunter Lab36.102165.7335-52.8947
CIE-Lab42.813871.3697-50.3833

#ab1cba color RGB value is (171,28,186).

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

The process color (four color CMYK) of #ab1cba color hex is 0.08, 0.85, 0.00, 0.27. Web safe color of #ab1cba is #9933cc. Color #ab1cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011100 10111010
Octal 253 34 272
Decimal 171 28 186
Hex AB 1C BA

RGB Percentages of Color #ab1cba

%44.42
%7.27
%48.31

CMYK Percentages of Color #ab1cba

%8
%85
%0
%27

Triadic Colors of #ab1cba

#ab1cba #baab1c #1cbaab

Analogous Colors of #ab1cba

#ab1cba #ba1c7a #5c1cba

Monochromatic Colors of #ab1cba

#ab1cba

Complementary Color

#ab1cba #2bba1c

#ab1cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1cba Color CSS Codes

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

#ab1cba Text Font Color

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

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


#ab1cba Background Color

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

This div background color is #ab1cba


#ab1cba Border Color

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

This div border color is #ab1cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,28,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 #ab1cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1cba


Comments

No comments written yet.

Please login to write comment.