Color Hex Logo

#793fdc Color Hex

#793FDC
(121,63,220)
0 Favorites   0 Comments

Color spaces of #793fdc

RGB 12163220
HSL0.730.690.55
HSV262°71°86°
CMYK 0.450.710.00   0.14
XYZ22.580912.787368.9882
Yxy12.78730.21640.1225
Hunter Lab35.759350.1383-89.3529
CIE-Lab42.441057.7728-71.0179

#793fdc color RGB value is (121,63,220).

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

The process color (four color CMYK) of #793fdc color hex is 0.45, 0.71, 0.00, 0.14. Web safe color of #793fdc is #6633cc. Color #793fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 11011100
Octal 171 77 334
Decimal 121 63 220
Hex 79 3F DC

RGB Percentages of Color #793fdc

%29.95
%15.59
%54.46

CMYK Percentages of Color #793fdc

%45
%71
%0
%14

Triadic Colors of #793fdc

#793fdc #dc793f #3fdc79

Analogous Colors of #793fdc

#793fdc #c83fdc #3f53dc

Monochromatic Colors of #793fdc

#793fdc

Complementary Color

#793fdc #a2dc3f

#793fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#793fdc Color CSS Codes

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

#793fdc Text Font Color

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

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


#793fdc Background Color

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

This div background color is #793fdc


#793fdc Border Color

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

This div border color is #793fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793fdc


Comments

No comments written yet.

Please login to write comment.