Color Hex Logo

#ab2cb7 Color Hex

#AB2CB7
(171,44,183)
0 Favorites   0 Comments

Color spaces of #ab2cb7

RGB 17144183
HSL0.820.610.45
HSV295°76°72°
CMYK 0.070.760.00   0.28
XYZ26.242513.878246.0954
Yxy13.87820.30440.1610
Hunter Lab37.253560.5474-47.2848
CIE-Lab44.057766.7113-46.6265

#ab2cb7 color RGB value is (171,44,183).

#ab2cb7 hex color red value is 171, green value is 44 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ab2cb7 hue: 0.82 , saturation: 0.61 and the lightness value of ab2cb7 is 0.45.

The process color (four color CMYK) of #ab2cb7 color hex is 0.07, 0.76, 0.00, 0.28. Web safe color of #ab2cb7 is #9933cc. Color #ab2cb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101100 10110111
Octal 253 54 267
Decimal 171 44 183
Hex AB 2C B7

RGB Percentages of Color #ab2cb7

%42.96
%11.06
%45.98

CMYK Percentages of Color #ab2cb7

%7
%76
%0
%28

Triadic Colors of #ab2cb7

#ab2cb7 #b7ab2c #2cb7ab

Analogous Colors of #ab2cb7

#ab2cb7 #b72c7e #662cb7

Monochromatic Colors of #ab2cb7

#ab2cb7

Complementary Color

#ab2cb7 #38b72c

#ab2cb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2cb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2cb7 Color CSS Codes

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

#ab2cb7 Text Font Color

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

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


#ab2cb7 Background Color

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

This div background color is #ab2cb7


#ab2cb7 Border Color

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

This div border color is #ab2cb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2cb7


Comments

No comments written yet.

Please login to write comment.