Color Hex Logo

#801230 Color Hex

#801230
(128,18,48)
0 Favorites   0 Comments

Color spaces of #801230

RGB 1281848
HSL0.950.750.29
HSV344°86°50°
CMYK 0.000.860.63   0.50
XYZ9.65195.23523.2981
Yxy5.23520.53080.2879
Hunter Lab22.880635.25727.4701
CIE-Lab27.394646.225712.4738

#801230 color RGB value is (128,18,48).

#801230 hex color red value is 128, green value is 18 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #801230 hue: 0.95 , saturation: 0.75 and the lightness value of 801230 is 0.29.

The process color (four color CMYK) of #801230 color hex is 0.00, 0.86, 0.63, 0.50. Web safe color of #801230 is #990033. Color #801230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010010 00110000
Octal 200 22 60
Decimal 128 18 48
Hex 80 12 30

RGB Percentages of Color #801230

%65.98
%9.28
%24.74

CMYK Percentages of Color #801230

%0
%86
%63
%50

Triadic Colors of #801230

#801230 #308012 #123080

Analogous Colors of #801230

#801230 #802b12 #801267

Monochromatic Colors of #801230

#801230

Complementary Color

#801230 #128062

#801230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801230 Color CSS Codes

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

#801230 Text Font Color

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

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


#801230 Background Color

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

This div background color is #801230


#801230 Border Color

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

This div border color is #801230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801230


Comments

No comments written yet.

Please login to write comment.