Color Hex Logo

#823794 Color Hex

#823794
(130,55,148)
0 Favorites   0 Comments

Color spaces of #823794

RGB 13055148
HSL0.800.460.40
HSV288°63°58°
CMYK 0.120.630.00   0.42
XYZ15.91749.616329.0342
Yxy9.61630.29170.1762
Hunter Lab31.010237.3556-33.8049
CIE-Lab37.144846.5289-37.1011

#823794 color RGB value is (130,55,148).

#823794 hex color red value is 130, green value is 55 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #823794 hue: 0.80 , saturation: 0.46 and the lightness value of 823794 is 0.40.

The process color (four color CMYK) of #823794 color hex is 0.12, 0.63, 0.00, 0.42. Web safe color of #823794 is #993399. Color #823794 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110111 10010100
Octal 202 67 224
Decimal 130 55 148
Hex 82 37 94

RGB Percentages of Color #823794

%39.04
%16.52
%44.44

CMYK Percentages of Color #823794

%12
%63
%0
%42

Triadic Colors of #823794

#823794 #948237 #379482

Analogous Colors of #823794

#823794 #943778 #533794

Monochromatic Colors of #823794

#823794

Complementary Color

#823794 #499437

#823794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823794 Color CSS Codes

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

#823794 Text Font Color

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

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


#823794 Background Color

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

This div background color is #823794


#823794 Border Color

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

This div border color is #823794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823794


Comments

No comments written yet.

Please login to write comment.