Color Hex Logo

#79217d Color Hex

#79217D
(121,33,125)
0 Favorites   0 Comments

Color spaces of #79217d

RGB 12133125
HSL0.830.580.31
HSV297°74°49°
CMYK 0.030.740.00   0.51
XYZ12.13076.633320.0430
Yxy6.63330.31260.1709
Hunter Lab25.755239.0019-28.1116
CIE-Lab30.957149.3389-32.8103

#79217d color RGB value is (121,33,125).

#79217d hex color red value is 121, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #79217d hue: 0.83 , saturation: 0.58 and the lightness value of 79217d is 0.31.

The process color (four color CMYK) of #79217d color hex is 0.03, 0.74, 0.00, 0.51. Web safe color of #79217d is #663366. Color #79217d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100001 01111101
Octal 171 41 175
Decimal 121 33 125
Hex 79 21 7D

RGB Percentages of Color #79217d

%43.37
%11.83
%44.80

CMYK Percentages of Color #79217d

%3
%74
%0
%51

Triadic Colors of #79217d

#79217d #7d7921 #217d79

Analogous Colors of #79217d

#79217d #7d2153 #4b217d

Monochromatic Colors of #79217d

#79217d

Complementary Color

#79217d #257d21

#79217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79217d Color CSS Codes

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

#79217d Text Font Color

<p style="color:#79217d">Text here</p>

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


#79217d Background Color

<div style="background-color:#79217d">
Div content here</div>

This div background color is #79217d


#79217d Border Color

<div style="border:3px solid #79217d">
Div here</div>

This div border color is #79217d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,33,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79217d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79217d;
  -webkit-box-shadow: 1px 1px 3px 2px #79217d;
  box-shadow:         1px 1px 3px 2px #79217d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79217d


Comments

No comments written yet.

Please login to write comment.