Color Hex Logo

#796adc Color Hex

#796ADC
(121,106,220)
0 Favorites   0 Comments

Color spaces of #796adc

RGB 121106220
HSL0.690.620.64
HSV248°52°86°
CMYK 0.450.520.00   0.14
XYZ25.957519.540370.1137
Yxy19.54030.22450.1690
Hunter Lab44.204427.4602-63.0982
CIE-Lab51.313434.2539-56.6498

#796adc color RGB value is (121,106,220).

#796adc hex color red value is 121, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #796adc hue: 0.69 , saturation: 0.62 and the lightness value of 796adc is 0.64.

The process color (four color CMYK) of #796adc color hex is 0.45, 0.52, 0.00, 0.14. Web safe color of #796adc is #6666cc. Color #796adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101010 11011100
Octal 171 152 334
Decimal 121 106 220
Hex 79 6A DC

RGB Percentages of Color #796adc

%27.07
%23.71
%49.22

CMYK Percentages of Color #796adc

%45
%52
%0
%14

Triadic Colors of #796adc

#796adc #dc796a #6adc79

Analogous Colors of #796adc

#796adc #b26adc #6a94dc

Monochromatic Colors of #796adc

#796adc

Complementary Color

#796adc #cddc6a

#796adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#796adc Color CSS Codes

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

#796adc Text Font Color

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

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


#796adc Background Color

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

This div background color is #796adc


#796adc Border Color

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

This div border color is #796adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796adc


Comments

No comments written yet.

Please login to write comment.