Color Hex Logo

#8383b6 Color Hex

#8383B6
(131,131,182)
0 Favorites   0 Comments

Color spaces of #8383b6

RGB 131131182
HSL0.670.260.61
HSV240°28°71°
CMYK 0.280.280.00   0.29
XYZ25.919924.435347.6063
Yxy24.43530.26460.2494
Hunter Lab49.43217.0910-22.4977
CIE-Lab56.521011.6507-26.7613

#8383b6 color RGB value is (131,131,182).

#8383b6 hex color red value is 131, green value is 131 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #8383b6 hue: 0.67 , saturation: 0.26 and the lightness value of 8383b6 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000011 10110110
Octal 203 203 266
Decimal 131 131 182
Hex 83 83 B6

RGB Percentages of Color #8383b6

%29.50
%29.50
%40.99

CMYK Percentages of Color #8383b6

%28
%28
%0
%29

Triadic Colors of #8383b6

#8383b6 #b68383 #83b683

Analogous Colors of #8383b6

#8383b6 #9d83b6 #839db6

Monochromatic Colors of #8383b6

#8383b6

Complementary Color

#8383b6 #b6b683

#8383b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8383b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8383b6 Color CSS Codes

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

#8383b6 Text Font Color

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

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


#8383b6 Background Color

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

This div background color is #8383b6


#8383b6 Border Color

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

This div border color is #8383b6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,131,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8383b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8383b6;
  -webkit-box-shadow: 1px 1px 3px 2px #8383b6;
  box-shadow:         1px 1px 3px 2px #8383b6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8383b6


Comments

No comments written yet.

Please login to write comment.