Color Hex Logo

#802325 Color Hex

#802325
(128,35,37)
0 Favorites   0 Comments

Color spaces of #802325

RGB 1283537
HSL1.000.570.32
HSV359°73°50°
CMYK 0.000.730.71   0.50
XYZ9.83705.92482.3754
Yxy5.92480.54240.3267
Hunter Lab24.340929.541411.2526
CIE-Lab29.221939.831022.0847

#802325 color RGB value is (128,35,37).

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

The process color (four color CMYK) of #802325 color hex is 0.00, 0.73, 0.71, 0.50. Web safe color of #802325 is #993333. Color #802325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100011 00100101
Octal 200 43 45
Decimal 128 35 37
Hex 80 23 25

RGB Percentages of Color #802325

%64.00
%17.50
%18.50

CMYK Percentages of Color #802325

%0
%73
%71
%50

Triadic Colors of #802325

#802325 #258023 #232580

Analogous Colors of #802325

#802325 #804f23 #802354

Monochromatic Colors of #802325

#802325

Complementary Color

#802325 #23807e

#802325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802325 Color CSS Codes

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

#802325 Text Font Color

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

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


#802325 Background Color

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

This div background color is #802325


#802325 Border Color

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

This div border color is #802325


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,35,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 #802325">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802325


Comments

No comments written yet.

Please login to write comment.