Color Hex Logo

#793bbf Color Hex

#793BBF
(121,59,191)
0 Favorites   0 Comments

Color spaces of #793bbf

RGB 12159191
HSL0.740.530.49
HSV268°69°75°
CMYK 0.370.690.00   0.25
XYZ18.853110.954550.4110
Yxy10.95450.23500.1366
Hunter Lab33.097643.7567-67.1364
CIE-Lab39.503752.3579-59.0258

#793bbf color RGB value is (121,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111011 10111111
Octal 171 73 277
Decimal 121 59 191
Hex 79 3B BF

RGB Percentages of Color #793bbf

%32.61
%15.90
%51.48

CMYK Percentages of Color #793bbf

%37
%69
%0
%25

Triadic Colors of #793bbf

#793bbf #bf793b #3bbf79

Analogous Colors of #793bbf

#793bbf #bb3bbf #3b3fbf

Monochromatic Colors of #793bbf

#793bbf

Complementary Color

#793bbf #81bf3b

#793bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#793bbf Color CSS Codes

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

#793bbf Text Font Color

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

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


#793bbf Background Color

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

This div background color is #793bbf


#793bbf Border Color

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

This div border color is #793bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793bbf

#793bbf Color Palettes


Comments

No comments written yet.

Please login to write comment.