Color Hex Logo

#803364 Color Hex

#803364
(128,51,100)
0 Favorites   0 Comments

Color spaces of #803364

RGB 12851100
HSL0.890.430.35
HSV322°60°50°
CMYK 0.000.600.22   0.50
XYZ12.38627.876912.9242
Yxy7.87690.37320.2373
Hunter Lab28.065829.6617-7.6567
CIE-Lab33.725239.1626-12.5573

#803364 color RGB value is (128,51,100).

#803364 hex color red value is 128, green value is 51 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #803364 hue: 0.89 , saturation: 0.43 and the lightness value of 803364 is 0.35.

The process color (four color CMYK) of #803364 color hex is 0.00, 0.60, 0.22, 0.50. Web safe color of #803364 is #993366. Color #803364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 01100100
Octal 200 63 144
Decimal 128 51 100
Hex 80 33 64

RGB Percentages of Color #803364

%45.88
%18.28
%35.84

CMYK Percentages of Color #803364

%0
%60
%22
%50

Triadic Colors of #803364

#803364 #648033 #336480

Analogous Colors of #803364

#803364 #80333d #763380

Monochromatic Colors of #803364

#803364

Complementary Color

#803364 #33804f

#803364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803364 Color CSS Codes

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

#803364 Text Font Color

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

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


#803364 Background Color

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

This div background color is #803364


#803364 Border Color

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

This div border color is #803364


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,51,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803364; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803364;
  -webkit-box-shadow: 1px 1px 3px 2px #803364;
  box-shadow:         1px 1px 3px 2px #803364; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,51,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803364


Comments

No comments written yet.

Please login to write comment.