Color Hex Logo

#803165 Color Hex

#803165
(128,49,101)
0 Favorites   0 Comments

Color spaces of #803165

RGB 12849101
HSL0.890.450.35
HSV321°62°50°
CMYK 0.000.620.21   0.50
XYZ12.34947.725413.1522
Yxy7.72540.37170.2325
Hunter Lab27.794630.6686-8.5994
CIE-Lab33.404340.2943-13.6852

#803165 color RGB value is (128,49,101).

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

The process color (four color CMYK) of #803165 color hex is 0.00, 0.62, 0.21, 0.50. Web safe color of #803165 is #993366. Color #803165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110001 01100101
Octal 200 61 145
Decimal 128 49 101
Hex 80 31 65

RGB Percentages of Color #803165

%46.04
%17.63
%36.33

CMYK Percentages of Color #803165

%0
%62
%21
%50

Triadic Colors of #803165

#803165 #658031 #316580

Analogous Colors of #803165

#803165 #80313e #743180

Monochromatic Colors of #803165

#803165

Complementary Color

#803165 #31804c

#803165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803165 Color CSS Codes

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

#803165 Text Font Color

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

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


#803165 Background Color

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

This div background color is #803165


#803165 Border Color

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

This div border color is #803165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803165


Comments

No comments written yet.

Please login to write comment.