Color Hex Logo

#790825 Color Hex

#790825
(121,8,37)
0 Favorites   0 Comments

Color spaces of #790825

RGB 121837
HSL0.960.880.25
HSV345°93°47°
CMYK 0.000.930.69   0.53
XYZ8.30594.37222.1564
Yxy4.37220.55990.2947
Hunter Lab20.909834.31258.5224
CIE-Lab24.865645.735816.3468

#790825 color RGB value is (121,8,37).

#790825 hex color red value is 121, green value is 8 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #790825 hue: 0.96 , saturation: 0.88 and the lightness value of 790825 is 0.25.

The process color (four color CMYK) of #790825 color hex is 0.00, 0.93, 0.69, 0.53. Web safe color of #790825 is #660033. Color #790825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001000 00100101
Octal 171 10 45
Decimal 121 8 37
Hex 79 8 25

RGB Percentages of Color #790825

%72.89
%4.82
%22.29

CMYK Percentages of Color #790825

%0
%93
%69
%53

Triadic Colors of #790825

#790825 #257908 #082579

Analogous Colors of #790825

#790825 #792308 #79085e

Monochromatic Colors of #790825

#790825

Complementary Color

#790825 #08795c

#790825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790825 Color CSS Codes

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

#790825 Text Font Color

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

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


#790825 Background Color

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

This div background color is #790825


#790825 Border Color

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

This div border color is #790825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790825


Comments

No comments written yet.

Please login to write comment.