Color Hex Logo

#795090 Color Hex

#795090
(121,80,144)
0 Favorites   0 Comments

Color spaces of #795090

RGB 12180144
HSL0.770.290.44
HSV278°44°56°
CMYK 0.160.440.00   0.44
XYZ15.787911.815927.8341
Yxy11.81590.28480.2131
Hunter Lab34.374321.8291-23.9473
CIE-Lab40.922029.4983-28.7900

#795090 color RGB value is (121,80,144).

#795090 hex color red value is 121, green value is 80 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #795090 hue: 0.77 , saturation: 0.29 and the lightness value of 795090 is 0.44.

The process color (four color CMYK) of #795090 color hex is 0.16, 0.44, 0.00, 0.44. Web safe color of #795090 is #666699. Color #795090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 10010000
Octal 171 120 220
Decimal 121 80 144
Hex 79 50 90

RGB Percentages of Color #795090

%35.07
%23.19
%41.74

CMYK Percentages of Color #795090

%16
%44
%0
%44

Triadic Colors of #795090

#795090 #907950 #509079

Analogous Colors of #795090

#795090 #905087 #595090

Monochromatic Colors of #795090

#795090

Complementary Color

#795090 #679050

#795090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795090 Color CSS Codes

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

#795090 Text Font Color

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

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


#795090 Background Color

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

This div background color is #795090


#795090 Border Color

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

This div border color is #795090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795090


Comments

No comments written yet.

Please login to write comment.