Color Hex Logo

#800133 Color Hex

#800133
(128,1,51)
0 Favorites   0 Comments

Color spaces of #800133

RGB 128151
HSL0.930.980.25
HSV336°99°50°
CMYK 0.000.990.60   0.50
XYZ9.51054.84993.5668
Yxy4.84990.53050.2705
Hunter Lab22.022538.54665.8130
CIE-Lab26.302849.78718.9423

#800133 color RGB value is (128,1,51).

#800133 hex color red value is 128, green value is 1 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #800133 hue: 0.93 , saturation: 0.98 and the lightness value of 800133 is 0.25.

The process color (four color CMYK) of #800133 color hex is 0.00, 0.99, 0.60, 0.50. Web safe color of #800133 is #990033. Color #800133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000001 00110011
Octal 200 1 63
Decimal 128 1 51
Hex 80 1 33

RGB Percentages of Color #800133

%71.11
%0.56
%28.33

CMYK Percentages of Color #800133

%0
%99
%60
%50

Triadic Colors of #800133

#800133 #338001 #013380

Analogous Colors of #800133

#800133 #800f01 #800173

Monochromatic Colors of #800133

#800133

Complementary Color

#800133 #01804e

#800133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800133 Color CSS Codes

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

#800133 Text Font Color

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

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


#800133 Background Color

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

This div background color is #800133


#800133 Border Color

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

This div border color is #800133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800133


Comments

No comments written yet.

Please login to write comment.