Color Hex Logo

#ab2ecc Color Hex

#AB2ECC
(171,46,204)
0 Favorites   0 Comments

Color spaces of #ab2ecc

RGB 17146204
HSL0.800.630.49
HSV287°77°80°
CMYK 0.160.770.00   0.20
XYZ28.670714.971658.5054
Yxy14.97160.28070.1466
Hunter Lab38.693264.5512-62.5633
CIE-Lab45.595369.8312-56.3968

#ab2ecc color RGB value is (171,46,204).

#ab2ecc hex color red value is 171, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab2ecc hue: 0.80 , saturation: 0.63 and the lightness value of ab2ecc is 0.49.

The process color (four color CMYK) of #ab2ecc color hex is 0.16, 0.77, 0.00, 0.20. Web safe color of #ab2ecc is #9933cc. Color #ab2ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101110 11001100
Octal 253 56 314
Decimal 171 46 204
Hex AB 2E CC

RGB Percentages of Color #ab2ecc

%40.62
%10.93
%48.46

CMYK Percentages of Color #ab2ecc

%16
%77
%0
%20

Triadic Colors of #ab2ecc

#ab2ecc #ccab2e #2eccab

Analogous Colors of #ab2ecc

#ab2ecc #cc2e9e #5c2ecc

Monochromatic Colors of #ab2ecc

#ab2ecc

Complementary Color

#ab2ecc #4fcc2e

#ab2ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2ecc Color CSS Codes

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

#ab2ecc Text Font Color

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

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


#ab2ecc Background Color

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

This div background color is #ab2ecc


#ab2ecc Border Color

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

This div border color is #ab2ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2ecc


Comments

No comments written yet.

Please login to write comment.