Color Hex Logo

#791aba Color Hex

#791ABA
(121,26,186)
1 Favorites   0 Comments

Color spaces of #791aba

RGB 12126186
HSL0.770.750.42
HSV276°86°73°
CMYK 0.350.860.00   0.27
XYZ17.11758.348947.1637
Yxy8.34890.23570.1150
Hunter Lab28.894555.1807-76.5514
CIE-Lab34.699263.8295-63.9133

#791aba color RGB value is (121,26,186).

#791aba hex color red value is 121, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #791aba hue: 0.77 , saturation: 0.75 and the lightness value of 791aba is 0.42.

The process color (four color CMYK) of #791aba color hex is 0.35, 0.86, 0.00, 0.27. Web safe color of #791aba is #6633cc. Color #791aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011010 10111010
Octal 171 32 272
Decimal 121 26 186
Hex 79 1A BA

RGB Percentages of Color #791aba

%36.34
%7.81
%55.86

CMYK Percentages of Color #791aba

%35
%86
%0
%27

Triadic Colors of #791aba

#791aba #ba791a #1aba79

Analogous Colors of #791aba

#791aba #ba1aab #291aba

Monochromatic Colors of #791aba

#791aba

Complementary Color

#791aba #5bba1a

#791aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#791aba Color CSS Codes

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

#791aba Text Font Color

<p style="color:#791aba">Text here</p>

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


#791aba Background Color

<div style="background-color:#791aba">
Div content here</div>

This div background color is #791aba


#791aba Border Color

<div style="border:3px solid #791aba">
Div here</div>

This div border color is #791aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,26,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #791aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #791aba;
  -webkit-box-shadow: 1px 1px 3px 2px #791aba;
  box-shadow:         1px 1px 3px 2px #791aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791aba


Comments

No comments written yet.

Please login to write comment.