Color Hex Logo

#ab3ebb Color Hex

#AB3EBB
(171,62,187)
0 Favorites   0 Comments

Color spaces of #ab3ebb

RGB 17162187
HSL0.810.500.49
HSV292°67°73°
CMYK 0.090.670.00   0.27
XYZ27.486915.691048.5937
Yxy15.69100.29950.1710
Hunter Lab39.611954.5414-45.0055
CIE-Lab46.566560.9649-44.9667

#ab3ebb color RGB value is (171,62,187).

#ab3ebb hex color red value is 171, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab3ebb hue: 0.81 , saturation: 0.50 and the lightness value of ab3ebb is 0.49.

The process color (four color CMYK) of #ab3ebb color hex is 0.09, 0.67, 0.00, 0.27. Web safe color of #ab3ebb is #9933cc. Color #ab3ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111110 10111011
Octal 253 76 273
Decimal 171 62 187
Hex AB 3E BB

RGB Percentages of Color #ab3ebb

%40.71
%14.76
%44.52

CMYK Percentages of Color #ab3ebb

%9
%67
%0
%27

Triadic Colors of #ab3ebb

#ab3ebb #bbab3e #3ebbab

Analogous Colors of #ab3ebb

#ab3ebb #bb3e8d #6d3ebb

Monochromatic Colors of #ab3ebb

#ab3ebb

Complementary Color

#ab3ebb #4ebb3e

#ab3ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3ebb Color CSS Codes

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

#ab3ebb Text Font Color

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

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


#ab3ebb Background Color

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

This div background color is #ab3ebb


#ab3ebb Border Color

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

This div border color is #ab3ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3ebb


Comments

No comments written yet.

Please login to write comment.