Color Hex Logo

#793bae Color Hex

#793BAE
(121,59,174)
0 Favorites   0 Comments

Color spaces of #793bae

RGB 12159174
HSL0.760.490.46
HSV272°66°68°
CMYK 0.300.660.00   0.32
XYZ17.089110.248941.1219
Yxy10.24890.24960.1497
Hunter Lab32.013939.2594-53.7483
CIE-Lab38.285548.2151-50.9708

#793bae color RGB value is (121,59,174).

#793bae hex color red value is 121, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #793bae hue: 0.76 , saturation: 0.49 and the lightness value of 793bae is 0.46.

The process color (four color CMYK) of #793bae color hex is 0.30, 0.66, 0.00, 0.32. Web safe color of #793bae is #663399. Color #793bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111011 10101110
Octal 171 73 256
Decimal 121 59 174
Hex 79 3B AE

RGB Percentages of Color #793bae

%34.18
%16.67
%49.15

CMYK Percentages of Color #793bae

%30
%66
%0
%32

Triadic Colors of #793bae

#793bae #ae793b #3bae79

Analogous Colors of #793bae

#793bae #ae3baa #3f3bae

Monochromatic Colors of #793bae

#793bae

Complementary Color

#793bae #70ae3b

#793bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#793bae Color CSS Codes

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

#793bae Text Font Color

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

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


#793bae Background Color

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

This div background color is #793bae


#793bae Border Color

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

This div border color is #793bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,59,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #793bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #793bae;
  -webkit-box-shadow: 1px 1px 3px 2px #793bae;
  box-shadow:         1px 1px 3px 2px #793bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793bae


Comments

No comments written yet.

Please login to write comment.