Color Hex Logo

#793dcf Color Hex

#793DCF
(121,61,207)
0 Favorites   0 Comments

Color spaces of #793dcf

RGB 12161207
HSL0.740.600.53
HSV265°71°81°
CMYK 0.420.710.00   0.19
XYZ20.816411.907460.2327
Yxy11.90740.22390.1281
Hunter Lab34.507147.2927-79.3367
CIE-Lab41.068655.4026-65.7861

#793dcf color RGB value is (121,61,207).

#793dcf hex color red value is 121, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #793dcf hue: 0.74 , saturation: 0.60 and the lightness value of 793dcf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111101 11001111
Octal 171 75 317
Decimal 121 61 207
Hex 79 3D CF

RGB Percentages of Color #793dcf

%31.11
%15.68
%53.21

CMYK Percentages of Color #793dcf

%42
%71
%0
%19

Triadic Colors of #793dcf

#793dcf #cf793d #3dcf79

Analogous Colors of #793dcf

#793dcf #c23dcf #3d4acf

Monochromatic Colors of #793dcf

#793dcf

Complementary Color

#793dcf #93cf3d

#793dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#793dcf Color CSS Codes

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

#793dcf Text Font Color

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

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


#793dcf Background Color

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

This div background color is #793dcf


#793dcf Border Color

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

This div border color is #793dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793dcf


Comments

No comments written yet.

Please login to write comment.