Color Hex Logo

#795dcd Color Hex

#795DCD
(121,93,205)
0 Favorites   0 Comments

Color spaces of #795dcd

RGB 12193205
HSL0.710.530.58
HSV255°55°80°
CMYK 0.410.550.00   0.20
XYZ22.819016.301459.7014
Yxy16.30140.23090.1650
Hunter Lab40.375030.2278-59.4080
CIE-Lab47.367537.6227-54.4418

#795dcd color RGB value is (121,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011101 11001101
Octal 171 135 315
Decimal 121 93 205
Hex 79 5D CD

RGB Percentages of Color #795dcd

%28.88
%22.20
%48.93

CMYK Percentages of Color #795dcd

%41
%55
%0
%20

Triadic Colors of #795dcd

#795dcd #cd795d #5dcd79

Analogous Colors of #795dcd

#795dcd #b15dcd #5d79cd

Monochromatic Colors of #795dcd

#795dcd

Complementary Color

#795dcd #b1cd5d

#795dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#795dcd Color CSS Codes

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

#795dcd Text Font Color

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

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


#795dcd Background Color

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

This div background color is #795dcd


#795dcd Border Color

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

This div border color is #795dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795dcd


Comments

No comments written yet.

Please login to write comment.