Color Hex Logo

#ab2cda Color Hex

#AB2CDA
(171,44,218)
0 Favorites   0 Comments

Color spaces of #ab2cda

RGB 17144218
HSL0.790.700.51
HSV284°80°85°
CMYK 0.220.800.00   0.15
XYZ30.350215.521267.7259
Yxy15.52120.26720.1366
Hunter Lab39.397068.5662-74.3455
CIE-Lab46.339973.0453-63.2415

#ab2cda color RGB value is (171,44,218).

#ab2cda hex color red value is 171, green value is 44 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab2cda hue: 0.79 , saturation: 0.70 and the lightness value of ab2cda is 0.51.

The process color (four color CMYK) of #ab2cda color hex is 0.22, 0.80, 0.00, 0.15. Web safe color of #ab2cda is #9933cc. Color #ab2cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101100 11011010
Octal 253 54 332
Decimal 171 44 218
Hex AB 2C DA

RGB Percentages of Color #ab2cda

%39.49
%10.16
%50.35

CMYK Percentages of Color #ab2cda

%22
%80
%0
%15

Triadic Colors of #ab2cda

#ab2cda #daab2c #2cdaab

Analogous Colors of #ab2cda

#ab2cda #da2cb2 #542cda

Monochromatic Colors of #ab2cda

#ab2cda

Complementary Color

#ab2cda #5bda2c

#ab2cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2cda Color CSS Codes

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

#ab2cda Text Font Color

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

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


#ab2cda Background Color

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

This div background color is #ab2cda


#ab2cda Border Color

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

This div border color is #ab2cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2cda


Comments

No comments written yet.

Please login to write comment.