Color Hex Logo

#795da6 Color Hex

#795DA6
(121,93,166)
0 Favorites   0 Comments

Color spaces of #795da6

RGB 12193166
HSL0.730.290.51
HSV263°44°65°
CMYK 0.270.440.00   0.35
XYZ18.682414.646837.9188
Yxy14.64680.26220.2056
Hunter Lab38.271120.1619-31.9544
CIE-Lab45.146627.1525-35.2859

#795da6 color RGB value is (121,93,166).

#795da6 hex color red value is 121, green value is 93 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #795da6 hue: 0.73 , saturation: 0.29 and the lightness value of 795da6 is 0.51.

The process color (four color CMYK) of #795da6 color hex is 0.27, 0.44, 0.00, 0.35. Web safe color of #795da6 is #666699. Color #795da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011101 10100110
Octal 171 135 246
Decimal 121 93 166
Hex 79 5D A6

RGB Percentages of Color #795da6

%31.84
%24.47
%43.68

CMYK Percentages of Color #795da6

%27
%44
%0
%35

Triadic Colors of #795da6

#795da6 #a6795d #5da679

Analogous Colors of #795da6

#795da6 #9e5da6 #5d66a6

Monochromatic Colors of #795da6

#795da6

Complementary Color

#795da6 #8aa65d

#795da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795da6 Color CSS Codes

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

#795da6 Text Font Color

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

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


#795da6 Background Color

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

This div background color is #795da6


#795da6 Border Color

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

This div border color is #795da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795da6


Comments

No comments written yet.

Please login to write comment.