Color Hex Logo

#83248d Color Hex

#83248D
(131,36,141)
0 Favorites   0 Comments

Color spaces of #83248d

RGB 13136141
HSL0.820.590.35
HSV294°74°55°
CMYK 0.070.740.00   0.45
XYZ14.79878.010125.9654
Yxy8.01010.30340.1642
Hunter Lab28.302143.8059-34.5833
CIE-Lab34.003953.4532-37.8111

#83248d color RGB value is (131,36,141).

#83248d hex color red value is 131, green value is 36 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #83248d hue: 0.82 , saturation: 0.59 and the lightness value of 83248d is 0.35.

The process color (four color CMYK) of #83248d color hex is 0.07, 0.74, 0.00, 0.45. Web safe color of #83248d is #993399. Color #83248d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100100 10001101
Octal 203 44 215
Decimal 131 36 141
Hex 83 24 8D

RGB Percentages of Color #83248d

%42.53
%11.69
%45.78

CMYK Percentages of Color #83248d

%7
%74
%0
%45

Triadic Colors of #83248d

#83248d #8d8324 #248d83

Analogous Colors of #83248d

#83248d #8d2463 #4e248d

Monochromatic Colors of #83248d

#83248d

Complementary Color

#83248d #2e8d24

#83248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83248d Color CSS Codes

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

#83248d Text Font Color

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

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


#83248d Background Color

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

This div background color is #83248d


#83248d Border Color

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

This div border color is #83248d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83248d


Comments

No comments written yet.

Please login to write comment.