Color Hex Logo

#823191 Color Hex

#823191
(130,49,145)
0 Favorites   0 Comments

Color spaces of #823191

RGB 13049145
HSL0.810.490.38
HSV291°66°57°
CMYK 0.100.660.00   0.43
XYZ15.41518.986827.7102
Yxy8.98680.29580.1725
Hunter Lab29.978039.3257-33.8202
CIE-Lab35.958948.7106-37.1585

#823191 color RGB value is (130,49,145).

#823191 hex color red value is 130, green value is 49 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #823191 hue: 0.81 , saturation: 0.49 and the lightness value of 823191 is 0.38.

The process color (four color CMYK) of #823191 color hex is 0.10, 0.66, 0.00, 0.43. Web safe color of #823191 is #993399. Color #823191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110001 10010001
Octal 202 61 221
Decimal 130 49 145
Hex 82 31 91

RGB Percentages of Color #823191

%40.12
%15.12
%44.75

CMYK Percentages of Color #823191

%10
%66
%0
%43

Triadic Colors of #823191

#823191 #918231 #319182

Analogous Colors of #823191

#823191 #913170 #523191

Monochromatic Colors of #823191

#823191

Complementary Color

#823191 #409131

#823191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823191 Color CSS Codes

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

#823191 Text Font Color

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

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


#823191 Background Color

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

This div background color is #823191


#823191 Border Color

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

This div border color is #823191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823191


Comments

No comments written yet.

Please login to write comment.