Color Hex Logo

#791dad Color Hex

#791DAD
(121,29,173)
0 Favorites   0 Comments

Color spaces of #791dad

RGB 12129173
HSL0.770.710.40
HSV278°83°68°
CMYK 0.300.830.00   0.32
XYZ15.86737.960840.2355
Yxy7.96080.24770.1243
Hunter Lab28.214951.0076-64.7994
CIE-Lab33.901160.2208-57.4838

#791dad color RGB value is (121,29,173).

#791dad hex color red value is 121, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #791dad hue: 0.77 , saturation: 0.71 and the lightness value of 791dad is 0.40.

The process color (four color CMYK) of #791dad color hex is 0.30, 0.83, 0.00, 0.32. Web safe color of #791dad is #663399. Color #791dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011101 10101101
Octal 171 35 255
Decimal 121 29 173
Hex 79 1D AD

RGB Percentages of Color #791dad

%37.46
%8.98
%53.56

CMYK Percentages of Color #791dad

%30
%83
%0
%32

Triadic Colors of #791dad

#791dad #ad791d #1dad79

Analogous Colors of #791dad

#791dad #ad1d99 #311dad

Monochromatic Colors of #791dad

#791dad

Complementary Color

#791dad #51ad1d

#791dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#791dad Color CSS Codes

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

#791dad Text Font Color

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

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


#791dad Background Color

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

This div background color is #791dad


#791dad Border Color

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

This div border color is #791dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791dad


Comments

No comments written yet.

Please login to write comment.