Color Hex Logo

#824383 Color Hex

#824383
(130,67,131)
0 Favorites   0 Comments

Color spaces of #824383

RGB 13067131
HSL0.830.320.39
HSV299°49°51°
CMYK 0.010.490.00   0.49
XYZ15.309810.398822.6730
Yxy10.39880.31640.2149
Hunter Lab32.247228.3129-19.1138
CIE-Lab38.548936.9245-24.4942

#824383 color RGB value is (130,67,131).

#824383 hex color red value is 130, green value is 67 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #824383 hue: 0.83 , saturation: 0.32 and the lightness value of 824383 is 0.39.

The process color (four color CMYK) of #824383 color hex is 0.01, 0.49, 0.00, 0.49. Web safe color of #824383 is #993399. Color #824383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000011 10000011
Octal 202 103 203
Decimal 130 67 131
Hex 82 43 83

RGB Percentages of Color #824383

%39.63
%20.43
%39.94

CMYK Percentages of Color #824383

%1
%49
%0
%49

Triadic Colors of #824383

#824383 #838243 #438382

Analogous Colors of #824383

#824383 #834364 #624383

Monochromatic Colors of #824383

#824383

Complementary Color

#824383 #448343

#824383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824383 Color CSS Codes

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

#824383 Text Font Color

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

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


#824383 Background Color

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

This div background color is #824383


#824383 Border Color

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

This div border color is #824383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824383


Comments

No comments written yet.

Please login to write comment.