Color Hex Logo

#83149b Color Hex

#83149B
(131,20,155)
0 Favorites   0 Comments

Color spaces of #83149b

RGB 13120155
HSL0.800.770.34
HSV289°87°61°
CMYK 0.150.870.00   0.39
XYZ15.52667.692231.6767
Yxy7.69220.28280.1401
Hunter Lab27.734851.3926-48.3024
CIE-Lab33.333560.6829-47.4649

#83149b color RGB value is (131,20,155).

#83149b hex color red value is 131, green value is 20 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #83149b hue: 0.80 , saturation: 0.77 and the lightness value of 83149b is 0.34.

The process color (four color CMYK) of #83149b color hex is 0.15, 0.87, 0.00, 0.39. Web safe color of #83149b is #990099. Color #83149b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010100 10011011
Octal 203 24 233
Decimal 131 20 155
Hex 83 14 9B

RGB Percentages of Color #83149b

%42.81
%6.54
%50.65

CMYK Percentages of Color #83149b

%15
%87
%0
%39

Triadic Colors of #83149b

#83149b #9b8314 #149b83

Analogous Colors of #83149b

#83149b #9b1470 #3f149b

Monochromatic Colors of #83149b

#83149b

Complementary Color

#83149b #2c9b14

#83149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83149b Color CSS Codes

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

#83149b Text Font Color

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

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


#83149b Background Color

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

This div background color is #83149b


#83149b Border Color

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

This div border color is #83149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83149b


Comments

No comments written yet.

Please login to write comment.