Color Hex Logo

#796398 Color Hex

#796398
(121,99,152)
0 Favorites   0 Comments

Color spaces of #796398

RGB 12199152
HSL0.740.210.49
HSV265°35°60°
CMYK 0.200.350.00   0.40
XYZ18.014515.255631.7009
Yxy15.25560.27730.2348
Hunter Lab39.058413.9754-20.7805
CIE-Lab45.982320.0438-25.6903

#796398 color RGB value is (121,99,152).

#796398 hex color red value is 121, green value is 99 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #796398 hue: 0.74 , saturation: 0.21 and the lightness value of 796398 is 0.49.

The process color (four color CMYK) of #796398 color hex is 0.20, 0.35, 0.00, 0.40. Web safe color of #796398 is #666699. Color #796398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100011 10011000
Octal 171 143 230
Decimal 121 99 152
Hex 79 63 98

RGB Percentages of Color #796398

%32.53
%26.61
%40.86

CMYK Percentages of Color #796398

%20
%35
%0
%40

Triadic Colors of #796398

#796398 #987963 #639879

Analogous Colors of #796398

#796398 #946398 #636898

Monochromatic Colors of #796398

#796398

Complementary Color

#796398 #829863

#796398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796398 Color CSS Codes

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

#796398 Text Font Color

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

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


#796398 Background Color

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

This div background color is #796398


#796398 Border Color

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

This div border color is #796398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796398


Comments

No comments written yet.

Please login to write comment.