Color Hex Logo

#ab82be Color Hex

#AB82BE
(171,130,190)
0 Favorites   0 Comments

Color spaces of #ab82be

RGB 171130190
HSL0.780.320.63
HSV281°32°75°
CMYK 0.100.320.00   0.25
XYZ34.071528.340952.3898
Yxy28.34090.29680.2469
Hunter Lab53.236221.0779-21.0821
CIE-Lab60.195526.7559-25.3489

#ab82be color RGB value is (171,130,190).

#ab82be hex color red value is 171, green value is 130 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab82be hue: 0.78 , saturation: 0.32 and the lightness value of ab82be is 0.63.

The process color (four color CMYK) of #ab82be color hex is 0.10, 0.32, 0.00, 0.25. Web safe color of #ab82be is #9999cc. Color #ab82be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 10111110
Octal 253 202 276
Decimal 171 130 190
Hex AB 82 BE

RGB Percentages of Color #ab82be

%34.83
%26.48
%38.70

CMYK Percentages of Color #ab82be

%10
%32
%0
%25

Triadic Colors of #ab82be

#ab82be #beab82 #82beab

Analogous Colors of #ab82be

#ab82be #be82b3 #8d82be

Monochromatic Colors of #ab82be

#ab82be

Complementary Color

#ab82be #95be82

#ab82be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab82be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab82be Color CSS Codes

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

#ab82be Text Font Color

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

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


#ab82be Background Color

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

This div background color is #ab82be


#ab82be Border Color

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

This div border color is #ab82be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,130,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 #ab82be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab82be


Comments

No comments written yet.

Please login to write comment.