Color Hex Logo

#793775 Color Hex

#793775
(121,55,117)
0 Favorites   0 Comments

Color spaces of #793775

RGB 12155117
HSL0.840.380.35
HSV304°55°47°
CMYK 0.000.550.03   0.53
XYZ12.46228.081717.7327
Yxy8.08170.32560.2111
Hunter Lab28.428328.4999-17.0834
CIE-Lab34.152537.8383-22.7501

#793775 color RGB value is (121,55,117).

#793775 hex color red value is 121, green value is 55 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #793775 hue: 0.84 , saturation: 0.38 and the lightness value of 793775 is 0.35.

The process color (four color CMYK) of #793775 color hex is 0.00, 0.55, 0.03, 0.53. Web safe color of #793775 is #663366. Color #793775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110111 01110101
Octal 171 67 165
Decimal 121 55 117
Hex 79 37 75

RGB Percentages of Color #793775

%41.30
%18.77
%39.93

CMYK Percentages of Color #793775

%0
%55
%3
%53

Triadic Colors of #793775

#793775 #757937 #377579

Analogous Colors of #793775

#793775 #793754 #5c3779

Monochromatic Colors of #793775

#793775

Complementary Color

#793775 #37793b

#793775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793775 Color CSS Codes

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

#793775 Text Font Color

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

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


#793775 Background Color

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

This div background color is #793775


#793775 Border Color

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

This div border color is #793775


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,55,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #793775; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #793775;
  -webkit-box-shadow: 1px 1px 3px 2px #793775;
  box-shadow:         1px 1px 3px 2px #793775; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793775


Comments

No comments written yet.

Please login to write comment.