Color Hex Logo

#83438a Color Hex

#83438A
(131,67,138)
0 Favorites   0 Comments

Color spaces of #83438a

RGB 13167138
HSL0.820.350.40
HSV294°51°54°
CMYK 0.050.510.00   0.46
XYZ15.954710.674625.2643
Yxy10.67460.30750.2057
Hunter Lab32.672029.9908-22.9768
CIE-Lab39.026938.6314-28.0243

#83438a color RGB value is (131,67,138).

#83438a hex color red value is 131, green value is 67 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #83438a hue: 0.82 , saturation: 0.35 and the lightness value of 83438a is 0.40.

The process color (four color CMYK) of #83438a color hex is 0.05, 0.51, 0.00, 0.46. Web safe color of #83438a is #993399. Color #83438a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000011 10001010
Octal 203 103 212
Decimal 131 67 138
Hex 83 43 8A

RGB Percentages of Color #83438a

%38.99
%19.94
%41.07

CMYK Percentages of Color #83438a

%5
%51
%0
%46

Triadic Colors of #83438a

#83438a #8a8343 #438a83

Analogous Colors of #83438a

#83438a #8a436e #60438a

Monochromatic Colors of #83438a

#83438a

Complementary Color

#83438a #4a8a43

#83438a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83438a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83438a Color CSS Codes

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

#83438a Text Font Color

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

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


#83438a Background Color

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

This div background color is #83438a


#83438a Border Color

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

This div border color is #83438a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83438a


Comments

No comments written yet.

Please login to write comment.