Color Hex Logo

#83066d Color Hex

#83066D
(131,6,109)
0 Favorites   0 Comments

Color spaces of #83066d

RGB 1316109
HSL0.860.910.27
HSV311°95°51°
CMYK 0.000.950.17   0.49
XYZ12.18556.059714.9954
Yxy6.05970.36660.1823
Hunter Lab24.616545.2813-18.8857
CIE-Lab29.562655.7282-24.7269

#83066d color RGB value is (131,6,109).

#83066d hex color red value is 131, green value is 6 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #83066d hue: 0.86 , saturation: 0.91 and the lightness value of 83066d is 0.27.

The process color (four color CMYK) of #83066d color hex is 0.00, 0.95, 0.17, 0.49. Web safe color of #83066d is #990066. Color #83066d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000110 01101101
Octal 203 6 155
Decimal 131 6 109
Hex 83 6 6D

RGB Percentages of Color #83066d

%53.25
%2.44
%44.31

CMYK Percentages of Color #83066d

%0
%95
%17
%49

Triadic Colors of #83066d

#83066d #6d8306 #066d83

Analogous Colors of #83066d

#83066d #83062f #5b0683

Monochromatic Colors of #83066d

#83066d

Complementary Color

#83066d #06831c

#83066d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83066d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83066d Color CSS Codes

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

#83066d Text Font Color

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

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


#83066d Background Color

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

This div background color is #83066d


#83066d Border Color

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

This div border color is #83066d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,6,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83066d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83066d;
  -webkit-box-shadow: 1px 1px 3px 2px #83066d;
  box-shadow:         1px 1px 3px 2px #83066d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83066d


Comments

No comments written yet.

Please login to write comment.