Color Hex Logo

#834388 Color Hex

#834388
(131,67,136)
0 Favorites   0 Comments

Color spaces of #834388

RGB 13167136
HSL0.820.340.40
HSV296°51°53°
CMYK 0.040.510.00   0.47
XYZ15.811210.617224.5085
Yxy10.61720.31040.2084
Hunter Lab32.584029.5939-21.7869
CIE-Lab38.928138.2279-26.9567

#834388 color RGB value is (131,67,136).

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

The process color (four color CMYK) of #834388 color hex is 0.04, 0.51, 0.00, 0.47. Web safe color of #834388 is #993399. Color #834388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000011 10001000
Octal 203 103 210
Decimal 131 67 136
Hex 83 43 88

RGB Percentages of Color #834388

%39.22
%20.06
%40.72

CMYK Percentages of Color #834388

%4
%51
%0
%47

Triadic Colors of #834388

#834388 #888343 #438883

Analogous Colors of #834388

#834388 #88436b #614388

Monochromatic Colors of #834388

#834388

Complementary Color

#834388 #488843

#834388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834388 Color CSS Codes

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

#834388 Text Font Color

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

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


#834388 Background Color

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

This div background color is #834388


#834388 Border Color

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

This div border color is #834388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834388


Comments

No comments written yet.

Please login to write comment.