Color Hex Logo

#ab5ecc Color Hex

#AB5ECC
(171,94,204)
0 Favorites   0 Comments

Color spaces of #ab5ecc

RGB 17194204
HSL0.780.520.58
HSV282°54°80°
CMYK 0.160.540.00   0.20
XYZ31.696421.023059.5140
Yxy21.02300.28240.1873
Hunter Lab45.850843.1569-44.8623
CIE-Lab52.974749.4274-44.6027

#ab5ecc color RGB value is (171,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 11001100
Octal 253 136 314
Decimal 171 94 204
Hex AB 5E CC

RGB Percentages of Color #ab5ecc

%36.46
%20.04
%43.50

CMYK Percentages of Color #ab5ecc

%16
%54
%0
%20

Triadic Colors of #ab5ecc

#ab5ecc #ccab5e #5eccab

Analogous Colors of #ab5ecc

#ab5ecc #cc5eb6 #745ecc

Monochromatic Colors of #ab5ecc

#ab5ecc

Complementary Color

#ab5ecc #7fcc5e

#ab5ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ecc Color CSS Codes

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

#ab5ecc Text Font Color

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

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


#ab5ecc Background Color

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

This div background color is #ab5ecc


#ab5ecc Border Color

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

This div border color is #ab5ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ecc


Comments

No comments written yet.

Please login to write comment.