Color Hex Logo

#a382b5 Color Hex

#A382B5
(163,130,181)
0 Favorites   0 Comments

Color spaces of #a382b5

RGB 163130181
HSL0.770.260.61
HSV279°28°71°
CMYK 0.100.280.00   0.29
XYZ31.427427.088047.2882
Yxy27.08800.29700.2560
Hunter Lab52.046116.7042-17.4376
CIE-Lab59.055722.2324-22.0523

#a382b5 color RGB value is (163,130,181).

#a382b5 hex color red value is 163, green value is 130 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a382b5 hue: 0.77 , saturation: 0.26 and the lightness value of a382b5 is 0.61.

The process color (four color CMYK) of #a382b5 color hex is 0.10, 0.28, 0.00, 0.29. Web safe color of #a382b5 is #9999cc. Color #a382b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 10110101
Octal 243 202 265
Decimal 163 130 181
Hex A3 82 B5

RGB Percentages of Color #a382b5

%34.39
%27.43
%38.19

CMYK Percentages of Color #a382b5

%10
%28
%0
%29

Triadic Colors of #a382b5

#a382b5 #b5a382 #82b5a3

Analogous Colors of #a382b5

#a382b5 #b582ae #8a82b5

Monochromatic Colors of #a382b5

#a382b5

Complementary Color

#a382b5 #94b582

#a382b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a382b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a382b5 Color CSS Codes

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

#a382b5 Text Font Color

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

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


#a382b5 Background Color

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

This div background color is #a382b5


#a382b5 Border Color

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

This div border color is #a382b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a382b5


Comments

No comments written yet.

Please login to write comment.