Color Hex Logo

#795eba Color Hex

#795EBA
(121,94,186)
0 Favorites   0 Comments

Color spaces of #795eba

RGB 12194186
HSL0.720.400.55
HSV258°49°73°
CMYK 0.350.490.00   0.27
XYZ20.750815.615548.3748
Yxy15.61550.24490.1843
Hunter Lab39.516524.5798-44.9194
CIE-Lab46.465931.8212-44.9101

#795eba color RGB value is (121,94,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011110 10111010
Octal 171 136 272
Decimal 121 94 186
Hex 79 5E BA

RGB Percentages of Color #795eba

%30.17
%23.44
%46.38

CMYK Percentages of Color #795eba

%35
%49
%0
%27

Triadic Colors of #795eba

#795eba #ba795e #5eba79

Analogous Colors of #795eba

#795eba #a75eba #5e71ba

Monochromatic Colors of #795eba

#795eba

Complementary Color

#795eba #9fba5e

#795eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#795eba Color CSS Codes

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

#795eba Text Font Color

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

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


#795eba Background Color

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

This div background color is #795eba


#795eba Border Color

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

This div border color is #795eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795eba


Comments

No comments written yet.

Please login to write comment.