Color Hex Logo

#ab2cbd Color Hex

#AB2CBD
(171,44,189)
0 Favorites   0 Comments

Color spaces of #ab2cbd

RGB 17144189
HSL0.810.620.46
HSV293°77°74°
CMYK 0.100.770.00   0.26
XYZ26.880614.133449.4554
Yxy14.13340.29710.1562
Hunter Lab37.594461.8401-51.6798
CIE-Lab44.423667.7520-49.5593

#ab2cbd color RGB value is (171,44,189).

#ab2cbd hex color red value is 171, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab2cbd hue: 0.81 , saturation: 0.62 and the lightness value of ab2cbd is 0.46.

The process color (four color CMYK) of #ab2cbd color hex is 0.10, 0.77, 0.00, 0.26. Web safe color of #ab2cbd is #9933cc. Color #ab2cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101100 10111101
Octal 253 54 275
Decimal 171 44 189
Hex AB 2C BD

RGB Percentages of Color #ab2cbd

%42.33
%10.89
%46.78

CMYK Percentages of Color #ab2cbd

%10
%77
%0
%26

Triadic Colors of #ab2cbd

#ab2cbd #bdab2c #2cbdab

Analogous Colors of #ab2cbd

#ab2cbd #bd2c87 #622cbd

Monochromatic Colors of #ab2cbd

#ab2cbd

Complementary Color

#ab2cbd #3ebd2c

#ab2cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2cbd Color CSS Codes

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

#ab2cbd Text Font Color

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

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


#ab2cbd Background Color

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

This div background color is #ab2cbd


#ab2cbd Border Color

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

This div border color is #ab2cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2cbd


Comments

No comments written yet.

Please login to write comment.