Color Hex Logo

#795496 Color Hex

#795496
(121,84,150)
0 Favorites   0 Comments

Color spaces of #795496

RGB 12184150
HSL0.760.280.46
HSV274°44°59°
CMYK 0.190.440.00   0.41
XYZ16.560512.607630.4148
Yxy12.60760.27790.2116
Hunter Lab35.507221.1146-25.9317
CIE-Lab42.165928.5488-30.4528

#795496 color RGB value is (121,84,150).

#795496 hex color red value is 121, green value is 84 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #795496 hue: 0.76 , saturation: 0.28 and the lightness value of 795496 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010100 10010110
Octal 171 124 226
Decimal 121 84 150
Hex 79 54 96

RGB Percentages of Color #795496

%34.08
%23.66
%42.25

CMYK Percentages of Color #795496

%19
%44
%0
%41

Triadic Colors of #795496

#795496 #967954 #549679

Analogous Colors of #795496

#795496 #965492 #585496

Monochromatic Colors of #795496

#795496

Complementary Color

#795496 #719654

#795496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795496 Color CSS Codes

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

#795496 Text Font Color

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

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


#795496 Background Color

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

This div background color is #795496


#795496 Border Color

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

This div border color is #795496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795496


Comments

No comments written yet.

Please login to write comment.