Color Hex Logo

#795bcd Color Hex

#795BCD
(121,91,205)
0 Favorites   0 Comments

Color spaces of #795bcd

RGB 12191205
HSL0.710.530.58
HSV256°56°80°
CMYK 0.410.560.00   0.20
XYZ22.645715.954959.6437
Yxy15.95490.23050.1624
Hunter Lab39.943631.2979-60.5712
CIE-Lab46.915338.7831-55.1687

#795bcd color RGB value is (121,91,205).

#795bcd hex color red value is 121, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #795bcd hue: 0.71 , saturation: 0.53 and the lightness value of 795bcd is 0.58.

The process color (four color CMYK) of #795bcd color hex is 0.41, 0.56, 0.00, 0.20. Web safe color of #795bcd is #6666cc. Color #795bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 11001101
Octal 171 133 315
Decimal 121 91 205
Hex 79 5B CD

RGB Percentages of Color #795bcd

%29.02
%21.82
%49.16

CMYK Percentages of Color #795bcd

%41
%56
%0
%20

Triadic Colors of #795bcd

#795bcd #cd795b #5bcd79

Analogous Colors of #795bcd

#795bcd #b25bcd #5b76cd

Monochromatic Colors of #795bcd

#795bcd

Complementary Color

#795bcd #afcd5b

#795bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bcd Color CSS Codes

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

#795bcd Text Font Color

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

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


#795bcd Background Color

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

This div background color is #795bcd


#795bcd Border Color

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

This div border color is #795bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bcd


Comments

No comments written yet.

Please login to write comment.