Color Hex Logo

#796fbc Color Hex

#796FBC
(121,111,188)
0 Favorites   0 Comments

Color spaces of #796fbc

RGB 121111188
HSL0.690.360.59
HSV248°41°74°
CMYK 0.360.410.00   0.26
XYZ22.646719.064750.0632
Yxy19.06470.24680.2077
Hunter Lab43.663116.1718-37.4164
CIE-Lab50.762822.2034-39.2569

#796fbc color RGB value is (121,111,188).

#796fbc hex color red value is 121, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #796fbc hue: 0.69 , saturation: 0.36 and the lightness value of 796fbc is 0.59.

The process color (four color CMYK) of #796fbc color hex is 0.36, 0.41, 0.00, 0.26. Web safe color of #796fbc is #6666cc. Color #796fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 10111100
Octal 171 157 274
Decimal 121 111 188
Hex 79 6F BC

RGB Percentages of Color #796fbc

%28.81
%26.43
%44.76

CMYK Percentages of Color #796fbc

%36
%41
%0
%26

Triadic Colors of #796fbc

#796fbc #bc796f #6fbc79

Analogous Colors of #796fbc

#796fbc #a06fbc #6f8cbc

Monochromatic Colors of #796fbc

#796fbc

Complementary Color

#796fbc #b2bc6f

#796fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fbc Color CSS Codes

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

#796fbc Text Font Color

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

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


#796fbc Background Color

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

This div background color is #796fbc


#796fbc Border Color

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

This div border color is #796fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fbc


Comments

No comments written yet.

Please login to write comment.