Color Hex Logo

#793089 Color Hex

#793089
(121,48,137)
0 Favorites   0 Comments

Color spaces of #793089

RGB 12148137
HSL0.800.480.36
HSV289°65°54°
CMYK 0.120.650.00   0.46
XYZ13.45757.985024.4989
Yxy7.98500.29290.1738
Hunter Lab28.257735.5580-31.6228
CIE-Lab33.951645.2938-35.5209

#793089 color RGB value is (121,48,137).

#793089 hex color red value is 121, green value is 48 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #793089 hue: 0.80 , saturation: 0.48 and the lightness value of 793089 is 0.36.

The process color (four color CMYK) of #793089 color hex is 0.12, 0.65, 0.00, 0.46. Web safe color of #793089 is #663399. Color #793089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110000 10001001
Octal 171 60 211
Decimal 121 48 137
Hex 79 30 89

RGB Percentages of Color #793089

%39.54
%15.69
%44.77

CMYK Percentages of Color #793089

%12
%65
%0
%46

Triadic Colors of #793089

#793089 #897930 #308979

Analogous Colors of #793089

#793089 #89306d #4c3089

Monochromatic Colors of #793089

#793089

Complementary Color

#793089 #408930

#793089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793089 Color CSS Codes

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

#793089 Text Font Color

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

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


#793089 Background Color

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

This div background color is #793089


#793089 Border Color

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

This div border color is #793089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793089


Comments

No comments written yet.

Please login to write comment.