Color Hex Logo

#793dbb Color Hex

#793DBB
(121,61,187)
0 Favorites   0 Comments

Color spaces of #793dbb

RGB 12161187
HSL0.750.510.49
HSV269°67°73°
CMYK 0.350.670.00   0.27
XYZ18.523510.990348.1587
Yxy10.99030.23850.1415
Hunter Lab33.151641.7217-62.9233
CIE-Lab39.564150.3883-56.5822

#793dbb color RGB value is (121,61,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111101 10111011
Octal 171 75 273
Decimal 121 61 187
Hex 79 3D BB

RGB Percentages of Color #793dbb

%32.79
%16.53
%50.68

CMYK Percentages of Color #793dbb

%35
%67
%0
%27

Triadic Colors of #793dbb

#793dbb #bb793d #3dbb79

Analogous Colors of #793dbb

#793dbb #b83dbb #3d40bb

Monochromatic Colors of #793dbb

#793dbb

Complementary Color

#793dbb #7fbb3d

#793dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#793dbb Color CSS Codes

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

#793dbb Text Font Color

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

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


#793dbb Background Color

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

This div background color is #793dbb


#793dbb Border Color

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

This div border color is #793dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793dbb


Comments

No comments written yet.

Please login to write comment.