Color Hex Logo

#791abb Color Hex

#791ABB
(121,26,187)
0 Favorites   0 Comments

Color spaces of #791abb

RGB 12126187
HSL0.770.760.42
HSV275°86°73°
CMYK 0.350.860.00   0.27
XYZ17.22428.391647.7256
Yxy8.39160.23480.1144
Hunter Lab28.968355.4396-77.4033
CIE-Lab34.785564.0431-64.3631

#791abb color RGB value is (121,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011010 10111011
Octal 171 32 273
Decimal 121 26 187
Hex 79 1A BB

RGB Percentages of Color #791abb

%36.23
%7.78
%55.99

CMYK Percentages of Color #791abb

%35
%86
%0
%27

Triadic Colors of #791abb

#791abb #bb791a #1abb79

Analogous Colors of #791abb

#791abb #bb1aad #291abb

Monochromatic Colors of #791abb

#791abb

Complementary Color

#791abb #5cbb1a

#791abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#791abb Color CSS Codes

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

#791abb Text Font Color

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

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


#791abb Background Color

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

This div background color is #791abb


#791abb Border Color

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

This div border color is #791abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791abb


Comments

No comments written yet.

Please login to write comment.