Color Hex Logo

#ab5dcc Color Hex

#AB5DCC
(171,93,204)
0 Favorites   0 Comments

Color spaces of #ab5dcc

RGB 17193204
HSL0.780.520.58
HSV282°54°80°
CMYK 0.160.540.00   0.20
XYZ31.608020.846359.4845
Yxy20.84630.28240.1862
Hunter Lab45.657743.6711-45.2846
CIE-Lab52.780949.9400-44.9098

#ab5dcc color RGB value is (171,93,204).

#ab5dcc hex color red value is 171, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab5dcc hue: 0.78 , saturation: 0.52 and the lightness value of ab5dcc is 0.58.

The process color (four color CMYK) of #ab5dcc color hex is 0.16, 0.54, 0.00, 0.20. Web safe color of #ab5dcc is #9966cc. Color #ab5dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 11001100
Octal 253 135 314
Decimal 171 93 204
Hex AB 5D CC

RGB Percentages of Color #ab5dcc

%36.54
%19.87
%43.59

CMYK Percentages of Color #ab5dcc

%16
%54
%0
%20

Triadic Colors of #ab5dcc

#ab5dcc #ccab5d #5dccab

Analogous Colors of #ab5dcc

#ab5dcc #cc5db6 #745dcc

Monochromatic Colors of #ab5dcc

#ab5dcc

Complementary Color

#ab5dcc #7ecc5d

#ab5dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5dcc Color CSS Codes

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

#ab5dcc Text Font Color

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

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


#ab5dcc Background Color

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

This div background color is #ab5dcc


#ab5dcc Border Color

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

This div border color is #ab5dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5dcc


Comments

No comments written yet.

Please login to write comment.