Color Hex Logo

#795dba Color Hex

#795DBA
(121,93,186)
0 Favorites   0 Comments

Color spaces of #795dba

RGB 12193186
HSL0.720.400.55
HSV258°50°73°
CMYK 0.350.500.00   0.27
XYZ20.662415.438848.3453
Yxy15.43880.24470.1828
Hunter Lab39.292225.1054-45.4460
CIE-Lab46.229432.4125-45.2869

#795dba color RGB value is (121,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011101 10111010
Octal 171 135 272
Decimal 121 93 186
Hex 79 5D BA

RGB Percentages of Color #795dba

%30.25
%23.25
%46.50

CMYK Percentages of Color #795dba

%35
%50
%0
%27

Triadic Colors of #795dba

#795dba #ba795d #5dba79

Analogous Colors of #795dba

#795dba #a85dba #5d70ba

Monochromatic Colors of #795dba

#795dba

Complementary Color

#795dba #9eba5d

#795dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#795dba Color CSS Codes

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

#795dba Text Font Color

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

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


#795dba Background Color

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

This div background color is #795dba


#795dba Border Color

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

This div border color is #795dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795dba


Comments

No comments written yet.

Please login to write comment.