Color Hex Logo

#834283 Color Hex

#834283
(131,66,131)
0 Favorites   0 Comments

Color spaces of #834283

RGB 13166131
HSL0.830.330.39
HSV300°50°51°
CMYK 0.000.500.00   0.49
XYZ15.405010.360422.6606
Yxy10.36040.31810.2139
Hunter Lab32.187629.1020-19.2099
CIE-Lab38.481637.7770-24.5885

#834283 color RGB value is (131,66,131).

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

The process color (four color CMYK) of #834283 color hex is 0.00, 0.50, 0.00, 0.49. Web safe color of #834283 is #993399. Color #834283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000010 10000011
Octal 203 102 203
Decimal 131 66 131
Hex 83 42 83

RGB Percentages of Color #834283

%39.94
%20.12
%39.94

CMYK Percentages of Color #834283

%0
%50
%0
%49

Triadic Colors of #834283

#834283 #838342 #428383

Analogous Colors of #834283

#834283 #834263 #634283

Monochromatic Colors of #834283

#834283

Complementary Color

#834283 #428342

#834283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834283 Color CSS Codes

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

#834283 Text Font Color

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

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


#834283 Background Color

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

This div background color is #834283


#834283 Border Color

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

This div border color is #834283


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,66,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 #834283">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834283


Comments

No comments written yet.

Please login to write comment.