Color Hex Logo

#83429d Color Hex

#83429D
(131,66,157)
0 Favorites   0 Comments

Color spaces of #83429d

RGB 13166157
HSL0.790.410.44
HSV283°58°62°
CMYK 0.170.580.00   0.38
XYZ17.394111.156033.1349
Yxy11.15600.28200.1809
Hunter Lab33.400634.5068-35.4379
CIE-Lab39.842043.1751-38.2464

#83429d color RGB value is (131,66,157).

#83429d hex color red value is 131, green value is 66 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #83429d hue: 0.79 , saturation: 0.41 and the lightness value of 83429d is 0.44.

The process color (four color CMYK) of #83429d color hex is 0.17, 0.58, 0.00, 0.38. Web safe color of #83429d is #993399. Color #83429d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000010 10011101
Octal 203 102 235
Decimal 131 66 157
Hex 83 42 9D

RGB Percentages of Color #83429d

%37.01
%18.64
%44.35

CMYK Percentages of Color #83429d

%17
%58
%0
%38

Triadic Colors of #83429d

#83429d #9d8342 #429d83

Analogous Colors of #83429d

#83429d #9d428a #56429d

Monochromatic Colors of #83429d

#83429d

Complementary Color

#83429d #5c9d42

#83429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83429d Color CSS Codes

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

#83429d Text Font Color

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

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


#83429d Background Color

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

This div background color is #83429d


#83429d Border Color

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

This div border color is #83429d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83429d


Comments

No comments written yet.

Please login to write comment.