Color Hex Logo

#ab5dbc Color Hex

#AB5DBC
(171,93,188)
0 Favorites   0 Comments

Color spaces of #ab5dbc

RGB 17193188
HSL0.800.410.55
HSV289°51°74°
CMYK 0.090.510.00   0.26
XYZ29.786020.117549.8901
Yxy20.11750.29850.2016
Hunter Lab44.852540.0476-34.5523
CIE-Lab51.969846.6478-36.9978

#ab5dbc color RGB value is (171,93,188).

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

The process color (four color CMYK) of #ab5dbc color hex is 0.09, 0.51, 0.00, 0.26. Web safe color of #ab5dbc is #9966cc. Color #ab5dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 10111100
Octal 253 135 274
Decimal 171 93 188
Hex AB 5D BC

RGB Percentages of Color #ab5dbc

%37.83
%20.58
%41.59

CMYK Percentages of Color #ab5dbc

%9
%51
%0
%26

Triadic Colors of #ab5dbc

#ab5dbc #bcab5d #5dbcab

Analogous Colors of #ab5dbc

#ab5dbc #bc5d9e #7c5dbc

Monochromatic Colors of #ab5dbc

#ab5dbc

Complementary Color

#ab5dbc #6ebc5d

#ab5dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5dbc Color CSS Codes

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

#ab5dbc Text Font Color

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

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


#ab5dbc Background Color

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

This div background color is #ab5dbc


#ab5dbc Border Color

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

This div border color is #ab5dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5dbc


Comments

No comments written yet.

Please login to write comment.