Color Hex Logo

#800025 Color Hex

#800025
(128,0,37)
0 Favorites   0 Comments

Color spaces of #800025

RGB 128037
HSL0.951.000.25
HSV343°100°50°
CMYK 0.001.000.71   0.50
XYZ9.23604.72282.1751
Yxy4.72280.57250.2927
Hunter Lab21.732037.83079.2782
CIE-Lab25.930049.138918.0260

#800025 color RGB value is (128,0,37).

#800025 hex color red value is 128, green value is 0 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #800025 hue: 0.95 , saturation: 1.00 and the lightness value of 800025 is 0.25.

The process color (four color CMYK) of #800025 color hex is 0.00, 1.00, 0.71, 0.50. Web safe color of #800025 is #990033. Color #800025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 00100101
Octal 200 0 45
Decimal 128 0 37
Hex 80 0 25

RGB Percentages of Color #800025

%77.58
%0.00
%22.42

CMYK Percentages of Color #800025

%0
%100
%71
%50

Triadic Colors of #800025

#800025 #258000 #002580

Analogous Colors of #800025

#800025 #801b00 #800065

Monochromatic Colors of #800025

#800025

Complementary Color

#800025 #00805b

#800025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800025 Color CSS Codes

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

#800025 Text Font Color

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

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


#800025 Background Color

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

This div background color is #800025


#800025 Border Color

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

This div border color is #800025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800025


Comments

No comments written yet.

Please login to write comment.