Color Hex Logo

#ab5cba Color Hex

#AB5CBA
(171,92,186)
0 Favorites   0 Comments

Color spaces of #ab5cba

RGB 17192186
HSL0.810.410.55
HSV290°51°73°
CMYK 0.080.510.00   0.27
XYZ29.484719.857448.7332
Yxy19.85740.30060.2025
Hunter Lab44.561640.1236-33.6472
CIE-Lab51.675646.7668-36.3039

#ab5cba color RGB value is (171,92,186).

#ab5cba hex color red value is 171, green value is 92 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab5cba hue: 0.81 , saturation: 0.41 and the lightness value of ab5cba is 0.55.

The process color (four color CMYK) of #ab5cba color hex is 0.08, 0.51, 0.00, 0.27. Web safe color of #ab5cba is #9966cc. Color #ab5cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011100 10111010
Octal 253 134 272
Decimal 171 92 186
Hex AB 5C BA

RGB Percentages of Color #ab5cba

%38.08
%20.49
%41.43

CMYK Percentages of Color #ab5cba

%8
%51
%0
%27

Triadic Colors of #ab5cba

#ab5cba #baab5c #5cbaab

Analogous Colors of #ab5cba

#ab5cba #ba5c9a #7c5cba

Monochromatic Colors of #ab5cba

#ab5cba

Complementary Color

#ab5cba #6bba5c

#ab5cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5cba Color CSS Codes

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

#ab5cba Text Font Color

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

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


#ab5cba Background Color

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

This div background color is #ab5cba


#ab5cba Border Color

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

This div border color is #ab5cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5cba

#ab5cba Color Palettes


Comments

No comments written yet.

Please login to write comment.