Color Hex Logo

#793dba Color Hex

#793DBA
(121,61,186)
0 Favorites   0 Comments

Color spaces of #793dba

RGB 12161186
HSL0.750.510.48
HSV269°67°73°
CMYK 0.350.670.00   0.27
XYZ18.416810.947647.5968
Yxy10.94760.23930.1422
Hunter Lab33.087241.4532-62.1293
CIE-Lab39.492150.1412-56.1115

#793dba color RGB value is (121,61,186).

#793dba hex color red value is 121, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #793dba hue: 0.75 , saturation: 0.51 and the lightness value of 793dba is 0.48.

The process color (four color CMYK) of #793dba color hex is 0.35, 0.67, 0.00, 0.27. Web safe color of #793dba is #6633cc. Color #793dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111101 10111010
Octal 171 75 272
Decimal 121 61 186
Hex 79 3D BA

RGB Percentages of Color #793dba

%32.88
%16.58
%50.54

CMYK Percentages of Color #793dba

%35
%67
%0
%27

Triadic Colors of #793dba

#793dba #ba793d #3dba79

Analogous Colors of #793dba

#793dba #b83dba #3d40ba

Monochromatic Colors of #793dba

#793dba

Complementary Color

#793dba #7eba3d

#793dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#793dba Color CSS Codes

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

#793dba Text Font Color

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

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


#793dba Background Color

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

This div background color is #793dba


#793dba Border Color

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

This div border color is #793dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,61,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #793dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #793dba;
  -webkit-box-shadow: 1px 1px 3px 2px #793dba;
  box-shadow:         1px 1px 3px 2px #793dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793dba


Comments

No comments written yet.

Please login to write comment.