Color Hex Logo

#ab82ce Color Hex

#AB82CE
(171,130,206)
0 Favorites   0 Comments

Color spaces of #ab82ce

RGB 171130206
HSL0.760.440.66
HSV272°37°81°
CMYK 0.170.370.00   0.19
XYZ35.917829.079462.1123
Yxy29.07940.28260.2288
Hunter Lab53.925324.5234-30.5437
CIE-Lab60.851630.2308-33.3677

#ab82ce color RGB value is (171,130,206).

#ab82ce hex color red value is 171, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab82ce hue: 0.76 , saturation: 0.44 and the lightness value of ab82ce is 0.66.

The process color (four color CMYK) of #ab82ce color hex is 0.17, 0.37, 0.00, 0.19. Web safe color of #ab82ce is #9999cc. Color #ab82ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 11001110
Octal 253 202 316
Decimal 171 130 206
Hex AB 82 CE

RGB Percentages of Color #ab82ce

%33.73
%25.64
%40.63

CMYK Percentages of Color #ab82ce

%17
%37
%0
%19

Triadic Colors of #ab82ce

#ab82ce #ceab82 #82ceab

Analogous Colors of #ab82ce

#ab82ce #ce82cb #8582ce

Monochromatic Colors of #ab82ce

#ab82ce

Complementary Color

#ab82ce #a5ce82

#ab82ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab82ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab82ce Color CSS Codes

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

#ab82ce Text Font Color

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

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


#ab82ce Background Color

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

This div background color is #ab82ce


#ab82ce Border Color

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

This div border color is #ab82ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab82ce


Comments

No comments written yet.

Please login to write comment.