Color Hex Logo

#796ab8 Color Hex

#796AB8
(121,106,184)
0 Favorites   0 Comments

Color spaces of #796ab8

RGB 121106184
HSL0.700.350.57
HSV252°42°72°
CMYK 0.340.420.00   0.28
XYZ21.690917.833747.6464
Yxy17.83370.24880.2046
Hunter Lab42.230017.7819-37.3336
CIE-Lab49.293824.1118-39.2647

#796ab8 color RGB value is (121,106,184).

#796ab8 hex color red value is 121, green value is 106 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #796ab8 hue: 0.70 , saturation: 0.35 and the lightness value of 796ab8 is 0.57.

The process color (four color CMYK) of #796ab8 color hex is 0.34, 0.42, 0.00, 0.28. Web safe color of #796ab8 is #6666cc. Color #796ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101010 10111000
Octal 171 152 270
Decimal 121 106 184
Hex 79 6A B8

RGB Percentages of Color #796ab8

%29.44
%25.79
%44.77

CMYK Percentages of Color #796ab8

%34
%42
%0
%28

Triadic Colors of #796ab8

#796ab8 #b8796a #6ab879

Analogous Colors of #796ab8

#796ab8 #a06ab8 #6a82b8

Monochromatic Colors of #796ab8

#796ab8

Complementary Color

#796ab8 #a9b86a

#796ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796ab8 Color CSS Codes

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

#796ab8 Text Font Color

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

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


#796ab8 Background Color

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

This div background color is #796ab8


#796ab8 Border Color

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

This div border color is #796ab8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,106,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796ab8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796ab8;
  -webkit-box-shadow: 1px 1px 3px 2px #796ab8;
  box-shadow:         1px 1px 3px 2px #796ab8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796ab8


Comments

No comments written yet.

Please login to write comment.