Color Hex Logo

#795eaa Color Hex

#795EAA
(121,94,170)
0 Favorites   0 Comments

Color spaces of #795eaa

RGB 12194170
HSL0.730.310.52
HSV261°45°67°
CMYK 0.290.450.00   0.33
XYZ19.143614.972639.9112
Yxy14.97260.25860.2023
Hunter Lab38.694420.5954-34.0683
CIE-Lab45.596627.5855-36.9325

#795eaa color RGB value is (121,94,170).

#795eaa hex color red value is 121, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #795eaa hue: 0.73 , saturation: 0.31 and the lightness value of 795eaa is 0.52.

The process color (four color CMYK) of #795eaa color hex is 0.29, 0.45, 0.00, 0.33. Web safe color of #795eaa is #666699. Color #795eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011110 10101010
Octal 171 136 252
Decimal 121 94 170
Hex 79 5E AA

RGB Percentages of Color #795eaa

%31.43
%24.42
%44.16

CMYK Percentages of Color #795eaa

%29
%45
%0
%33

Triadic Colors of #795eaa

#795eaa #aa795e #5eaa79

Analogous Colors of #795eaa

#795eaa #9f5eaa #5e69aa

Monochromatic Colors of #795eaa

#795eaa

Complementary Color

#795eaa #8faa5e

#795eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#795eaa Color CSS Codes

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

#795eaa Text Font Color

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

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


#795eaa Background Color

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

This div background color is #795eaa


#795eaa Border Color

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

This div border color is #795eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #795eaa;
  box-shadow:         1px 1px 3px 2px #795eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795eaa


Comments

No comments written yet.

Please login to write comment.