Color Hex Logo

#83078a Color Hex

#83078A
(131,7,138)
0 Favorites   0 Comments

Color spaces of #83078a

RGB 1317138
HSL0.820.900.28
HSV297°95°54°
CMYK 0.050.950.00   0.46
XYZ14.02356.812224.6205
Yxy6.81220.30850.1499
Hunter Lab26.100250.2318-37.6586
CIE-Lab31.375560.0013-40.1634

#83078a color RGB value is (131,7,138).

#83078a hex color red value is 131, green value is 7 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #83078a hue: 0.82 , saturation: 0.90 and the lightness value of 83078a is 0.28.

The process color (four color CMYK) of #83078a color hex is 0.05, 0.95, 0.00, 0.46. Web safe color of #83078a is #990099. Color #83078a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000111 10001010
Octal 203 7 212
Decimal 131 7 138
Hex 83 7 8A

RGB Percentages of Color #83078a

%47.46
%2.54
%50.00

CMYK Percentages of Color #83078a

%5
%95
%0
%46

Triadic Colors of #83078a

#83078a #8a8307 #078a83

Analogous Colors of #83078a

#83078a #8a074f #42078a

Monochromatic Colors of #83078a

#83078a

Complementary Color

#83078a #0e8a07

#83078a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83078a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83078a Color CSS Codes

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

#83078a Text Font Color

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

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


#83078a Background Color

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

This div background color is #83078a


#83078a Border Color

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

This div border color is #83078a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,7,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83078a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83078a;
  -webkit-box-shadow: 1px 1px 3px 2px #83078a;
  box-shadow:         1px 1px 3px 2px #83078a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,7,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83078a


Comments

No comments written yet.

Please login to write comment.