Color Hex Logo

#791bdd Color Hex

#791BDD
(121,27,221)
0 Favorites   0 Comments

Color spaces of #791bdd

RGB 12127221
HSL0.750.780.49
HSV269°88°87°
CMYK 0.450.880.00   0.13
XYZ21.328210.069369.2261
Yxy10.06930.21200.1001
Hunter Lab31.732264.4443-107.1331
CIE-Lab37.966571.2236-78.9298

#791bdd color RGB value is (121,27,221).

#791bdd hex color red value is 121, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #791bdd hue: 0.75 , saturation: 0.78 and the lightness value of 791bdd is 0.49.

The process color (four color CMYK) of #791bdd color hex is 0.45, 0.88, 0.00, 0.13. Web safe color of #791bdd is #6633cc. Color #791bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011011 11011101
Octal 171 33 335
Decimal 121 27 221
Hex 79 1B DD

RGB Percentages of Color #791bdd

%32.79
%7.32
%59.89

CMYK Percentages of Color #791bdd

%45
%88
%0
%13

Triadic Colors of #791bdd

#791bdd #dd791b #1bdd79

Analogous Colors of #791bdd

#791bdd #da1bdd #1b1edd

Monochromatic Colors of #791bdd

#791bdd

Complementary Color

#791bdd #7fdd1b

#791bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#791bdd Color CSS Codes

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

#791bdd Text Font Color

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

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


#791bdd Background Color

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

This div background color is #791bdd


#791bdd Border Color

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

This div border color is #791bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791bdd


Comments

No comments written yet.

Please login to write comment.