Color Hex Logo

#795dbb Color Hex

#795DBB
(121,93,187)
0 Favorites   0 Comments

Color spaces of #795dbb

RGB 12193187
HSL0.720.410.55
HSV258°50°73°
CMYK 0.350.500.00   0.27
XYZ20.769115.481548.9073
Yxy15.48150.24390.1818
Hunter Lab39.346525.3649-46.1542
CIE-Lab46.286732.6820-45.7770

#795dbb color RGB value is (121,93,187).

#795dbb hex color red value is 121, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #795dbb hue: 0.72 , saturation: 0.41 and the lightness value of 795dbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011101 10111011
Octal 171 135 273
Decimal 121 93 187
Hex 79 5D BB

RGB Percentages of Color #795dbb

%30.17
%23.19
%46.63

CMYK Percentages of Color #795dbb

%35
%50
%0
%27

Triadic Colors of #795dbb

#795dbb #bb795d #5dbb79

Analogous Colors of #795dbb

#795dbb #a85dbb #5d70bb

Monochromatic Colors of #795dbb

#795dbb

Complementary Color

#795dbb #9fbb5d

#795dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#795dbb Color CSS Codes

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

#795dbb Text Font Color

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

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


#795dbb Background Color

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

This div background color is #795dbb


#795dbb Border Color

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

This div border color is #795dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,93,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 #795dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795dbb


Comments

No comments written yet.

Please login to write comment.