Color Hex Logo

#795bbf Color Hex

#795BBF
(121,91,191)
0 Favorites   0 Comments

Color spaces of #795bbf

RGB 12191191
HSL0.720.440.55
HSV258°52°75°
CMYK 0.370.520.00   0.25
XYZ21.030215.308751.1367
Yxy15.30870.24040.1750
Hunter Lab39.126327.4717-50.1014
CIE-Lab46.054134.9414-48.4709

#795bbf color RGB value is (121,91,191).

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

The process color (four color CMYK) of #795bbf color hex is 0.37, 0.52, 0.00, 0.25. Web safe color of #795bbf is #6666cc. Color #795bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 10111111
Octal 171 133 277
Decimal 121 91 191
Hex 79 5B BF

RGB Percentages of Color #795bbf

%30.02
%22.58
%47.39

CMYK Percentages of Color #795bbf

%37
%52
%0
%25

Triadic Colors of #795bbf

#795bbf #bf795b #5bbf79

Analogous Colors of #795bbf

#795bbf #ab5bbf #5b6fbf

Monochromatic Colors of #795bbf

#795bbf

Complementary Color

#795bbf #a1bf5b

#795bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bbf Color CSS Codes

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

#795bbf Text Font Color

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

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


#795bbf Background Color

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

This div background color is #795bbf


#795bbf Border Color

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

This div border color is #795bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bbf


Comments

No comments written yet.

Please login to write comment.