Color Hex Logo

#a582ba Color Hex

#A582BA
(165,130,186)
0 Favorites   0 Comments

Color spaces of #a582ba

RGB 165130186
HSL0.770.290.62
HSV278°30°73°
CMYK 0.110.300.00   0.27
XYZ32.362627.509850.0586
Yxy27.50980.29440.2502
Hunter Lab52.449818.3511-19.8721
CIE-Lab59.443323.9579-24.2859

#a582ba color RGB value is (165,130,186).

#a582ba hex color red value is 165, green value is 130 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a582ba hue: 0.77 , saturation: 0.29 and the lightness value of a582ba is 0.62.

The process color (four color CMYK) of #a582ba color hex is 0.11, 0.30, 0.00, 0.27. Web safe color of #a582ba is #9999cc. Color #a582ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 10111010
Octal 245 202 272
Decimal 165 130 186
Hex A5 82 BA

RGB Percentages of Color #a582ba

%34.30
%27.03
%38.67

CMYK Percentages of Color #a582ba

%11
%30
%0
%27

Triadic Colors of #a582ba

#a582ba #baa582 #82baa5

Analogous Colors of #a582ba

#a582ba #ba82b3 #8982ba

Monochromatic Colors of #a582ba

#a582ba

Complementary Color

#a582ba #97ba82

#a582ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a582ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a582ba Color CSS Codes

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

#a582ba Text Font Color

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

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


#a582ba Background Color

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

This div background color is #a582ba


#a582ba Border Color

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

This div border color is #a582ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a582ba


Comments

No comments written yet.

Please login to write comment.