Color Hex Logo

#8255a3 Color Hex

#8255A3
(130,85,163)
0 Favorites   0 Comments

Color spaces of #8255a3

RGB 13085163
HSL0.760.310.49
HSV275°48°64°
CMYK 0.200.480.00   0.36
XYZ19.065313.887236.3260
Yxy13.88720.27520.2005
Hunter Lab37.265526.1071-31.7093
CIE-Lab44.070733.7626-35.1424

#8255a3 color RGB value is (130,85,163).

#8255a3 hex color red value is 130, green value is 85 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #8255a3 hue: 0.76 , saturation: 0.31 and the lightness value of 8255a3 is 0.49.

The process color (four color CMYK) of #8255a3 color hex is 0.20, 0.48, 0.00, 0.36. Web safe color of #8255a3 is #996699. Color #8255a3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010101 10100011
Octal 202 125 243
Decimal 130 85 163
Hex 82 55 A3

RGB Percentages of Color #8255a3

%34.39
%22.49
%43.12

CMYK Percentages of Color #8255a3

%20
%48
%0
%36

Triadic Colors of #8255a3

#8255a3 #a38255 #55a382

Analogous Colors of #8255a3

#8255a3 #a3559d #5b55a3

Monochromatic Colors of #8255a3

#8255a3

Complementary Color

#8255a3 #76a355

#8255a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8255a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8255a3 Color CSS Codes

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

#8255a3 Text Font Color

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

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


#8255a3 Background Color

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

This div background color is #8255a3


#8255a3 Border Color

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

This div border color is #8255a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8255a3


Comments

No comments written yet.

Please login to write comment.