Color Hex Logo

#ab6cbe Color Hex

#AB6CBE
(171,108,190)
0 Favorites   0 Comments

Color spaces of #ab6cbe

RGB 171108190
HSL0.790.390.58
HSV286°43°75°
CMYK 0.100.430.00   0.25
XYZ31.451423.100851.5164
Yxy23.10080.29650.2178
Hunter Lab48.063332.6951-29.9054
CIE-Lab55.176039.0431-33.1274

#ab6cbe color RGB value is (171,108,190).

#ab6cbe hex color red value is 171, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab6cbe hue: 0.79 , saturation: 0.39 and the lightness value of ab6cbe is 0.58.

The process color (four color CMYK) of #ab6cbe color hex is 0.10, 0.43, 0.00, 0.25. Web safe color of #ab6cbe is #9966cc. Color #ab6cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101100 10111110
Octal 253 154 276
Decimal 171 108 190
Hex AB 6C BE

RGB Percentages of Color #ab6cbe

%36.46
%23.03
%40.51

CMYK Percentages of Color #ab6cbe

%10
%43
%0
%25

Triadic Colors of #ab6cbe

#ab6cbe #beab6c #6cbeab

Analogous Colors of #ab6cbe

#ab6cbe #be6ca8 #826cbe

Monochromatic Colors of #ab6cbe

#ab6cbe

Complementary Color

#ab6cbe #7fbe6c

#ab6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6cbe Color CSS Codes

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

#ab6cbe Text Font Color

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

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


#ab6cbe Background Color

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

This div background color is #ab6cbe


#ab6cbe Border Color

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

This div border color is #ab6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6cbe


Comments

No comments written yet.

Please login to write comment.