Color Hex Logo

#ab2ecd Color Hex

#AB2ECD
(171,46,205)
0 Favorites   0 Comments

Color spaces of #ab2ecd

RGB 17146205
HSL0.800.630.49
HSV287°78°80°
CMYK 0.170.780.00   0.20
XYZ28.791015.019759.1392
Yxy15.01970.27970.1459
Hunter Lab38.755364.7847-63.3458
CIE-Lab45.661270.0156-56.8682

#ab2ecd color RGB value is (171,46,205).

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

The process color (four color CMYK) of #ab2ecd color hex is 0.17, 0.78, 0.00, 0.20. Web safe color of #ab2ecd is #9933cc. Color #ab2ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101110 11001101
Octal 253 56 315
Decimal 171 46 205
Hex AB 2E CD

RGB Percentages of Color #ab2ecd

%40.52
%10.90
%48.58

CMYK Percentages of Color #ab2ecd

%17
%78
%0
%20

Triadic Colors of #ab2ecd

#ab2ecd #cdab2e #2ecdab

Analogous Colors of #ab2ecd

#ab2ecd #cd2ea0 #5c2ecd

Monochromatic Colors of #ab2ecd

#ab2ecd

Complementary Color

#ab2ecd #50cd2e

#ab2ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2ecd Color CSS Codes

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

#ab2ecd Text Font Color

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

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


#ab2ecd Background Color

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

This div background color is #ab2ecd


#ab2ecd Border Color

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

This div border color is #ab2ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2ecd


Comments

No comments written yet.

Please login to write comment.