Color Hex Logo

#823085 Color Hex

#823085
(130,48,133)
0 Favorites   0 Comments

Color spaces of #823085

RGB 13048133
HSL0.830.470.35
HSV298°64°52°
CMYK 0.020.640.00   0.48
XYZ14.49658.553223.0772
Yxy8.55320.31430.1854
Hunter Lab29.245937.2981-26.3122
CIE-Lab35.109446.8445-31.1246

#823085 color RGB value is (130,48,133).

#823085 hex color red value is 130, green value is 48 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #823085 hue: 0.83 , saturation: 0.47 and the lightness value of 823085 is 0.35.

The process color (four color CMYK) of #823085 color hex is 0.02, 0.64, 0.00, 0.48. Web safe color of #823085 is #993399. Color #823085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 10000101
Octal 202 60 205
Decimal 130 48 133
Hex 82 30 85

RGB Percentages of Color #823085

%41.80
%15.43
%42.77

CMYK Percentages of Color #823085

%2
%64
%0
%48

Triadic Colors of #823085

#823085 #858230 #308582

Analogous Colors of #823085

#823085 #85305e #573085

Monochromatic Colors of #823085

#823085

Complementary Color

#823085 #338530

#823085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823085 Color CSS Codes

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

#823085 Text Font Color

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

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


#823085 Background Color

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

This div background color is #823085


#823085 Border Color

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

This div border color is #823085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823085


Comments

No comments written yet.

Please login to write comment.