Color Hex Logo

#793fcc Color Hex

#793FCC
(121,63,204)
0 Favorites   0 Comments

Color spaces of #793fcc

RGB 12163204
HSL0.740.580.52
HSV265°69°80°
CMYK 0.410.690.00   0.20
XYZ20.561711.979658.3553
Yxy11.97960.22620.1318
Hunter Lab34.611645.4713-75.7352
CIE-Lab41.183753.6722-63.8638

#793fcc color RGB value is (121,63,204).

#793fcc hex color red value is 121, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #793fcc hue: 0.74 , saturation: 0.58 and the lightness value of 793fcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 11001100
Octal 171 77 314
Decimal 121 63 204
Hex 79 3F CC

RGB Percentages of Color #793fcc

%31.19
%16.24
%52.58

CMYK Percentages of Color #793fcc

%41
%69
%0
%20

Triadic Colors of #793fcc

#793fcc #cc793f #3fcc79

Analogous Colors of #793fcc

#793fcc #c03fcc #3f4ccc

Monochromatic Colors of #793fcc

#793fcc

Complementary Color

#793fcc #92cc3f

#793fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#793fcc Color CSS Codes

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

#793fcc Text Font Color

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

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


#793fcc Background Color

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

This div background color is #793fcc


#793fcc Border Color

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

This div border color is #793fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793fcc


Comments

No comments written yet.

Please login to write comment.