Color Hex Logo

#793fce Color Hex

#793FCE
(121,63,206)
0 Favorites   0 Comments

Color spaces of #793fce

RGB 12163206
HSL0.730.590.53
HSV264°69°81°
CMYK 0.410.690.00   0.19
XYZ20.803212.076259.6270
Yxy12.07620.22490.1305
Hunter Lab34.750846.0431-77.4068
CIE-Lab41.337054.1820-64.7712

#793fce color RGB value is (121,63,206).

#793fce hex color red value is 121, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #793fce hue: 0.73 , saturation: 0.59 and the lightness value of 793fce is 0.53.

The process color (four color CMYK) of #793fce color hex is 0.41, 0.69, 0.00, 0.19. Web safe color of #793fce is #6633cc. Color #793fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 11001110
Octal 171 77 316
Decimal 121 63 206
Hex 79 3F CE

RGB Percentages of Color #793fce

%31.03
%16.15
%52.82

CMYK Percentages of Color #793fce

%41
%69
%0
%19

Triadic Colors of #793fce

#793fce #ce793f #3fce79

Analogous Colors of #793fce

#793fce #c13fce #3f4dce

Monochromatic Colors of #793fce

#793fce

Complementary Color

#793fce #94ce3f

#793fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#793fce Color CSS Codes

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

#793fce Text Font Color

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

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


#793fce Background Color

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

This div background color is #793fce


#793fce Border Color

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

This div border color is #793fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793fce


Comments

No comments written yet.

Please login to write comment.