Color Hex Logo

#796ccb Color Hex

#796CCB
(121,108,203)
0 Favorites   0 Comments

Color spaces of #796ccb

RGB 121108203
HSL0.690.480.61
HSV248°47°80°
CMYK 0.400.470.00   0.20
XYZ24.027219.101958.9206
Yxy19.10190.23540.1872
Hunter Lab43.705721.6453-49.3361
CIE-Lab50.806228.1910-47.7961

#796ccb color RGB value is (121,108,203).

#796ccb hex color red value is 121, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #796ccb hue: 0.69 , saturation: 0.48 and the lightness value of 796ccb is 0.61.

The process color (four color CMYK) of #796ccb color hex is 0.40, 0.47, 0.00, 0.20. Web safe color of #796ccb is #6666cc. Color #796ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101100 11001011
Octal 171 154 313
Decimal 121 108 203
Hex 79 6C CB

RGB Percentages of Color #796ccb

%28.01
%25.00
%46.99

CMYK Percentages of Color #796ccb

%40
%47
%0
%20

Triadic Colors of #796ccb

#796ccb #cb796c #6ccb79

Analogous Colors of #796ccb

#796ccb #a96ccb #6c8fcb

Monochromatic Colors of #796ccb

#796ccb

Complementary Color

#796ccb #becb6c

#796ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#796ccb Color CSS Codes

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

#796ccb Text Font Color

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

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


#796ccb Background Color

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

This div background color is #796ccb


#796ccb Border Color

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

This div border color is #796ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796ccb


Comments

No comments written yet.

Please login to write comment.