Color Hex Logo

#795dc6 Color Hex

#795DC6
(121,93,198)
0 Favorites   0 Comments

Color spaces of #795dc6

RGB 12193198
HSL0.710.480.57
HSV256°53°78°
CMYK 0.390.530.00   0.22
XYZ21.992615.970955.3496
Yxy15.97090.23570.1712
Hunter Lab39.963628.2950-54.1421
CIE-Lab46.936335.6836-51.1070

#795dc6 color RGB value is (121,93,198).

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

The process color (four color CMYK) of #795dc6 color hex is 0.39, 0.53, 0.00, 0.22. Web safe color of #795dc6 is #6666cc. Color #795dc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011101 11000110
Octal 171 135 306
Decimal 121 93 198
Hex 79 5D C6

RGB Percentages of Color #795dc6

%29.37
%22.57
%48.06

CMYK Percentages of Color #795dc6

%39
%53
%0
%22

Triadic Colors of #795dc6

#795dc6 #c6795d #5dc679

Analogous Colors of #795dc6

#795dc6 #ae5dc6 #5d76c6

Monochromatic Colors of #795dc6

#795dc6

Complementary Color

#795dc6 #aac65d

#795dc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795dc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795dc6 Color CSS Codes

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

#795dc6 Text Font Color

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

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


#795dc6 Background Color

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

This div background color is #795dc6


#795dc6 Border Color

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

This div border color is #795dc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795dc6


Comments

No comments written yet.

Please login to write comment.