Color Hex Logo

#7979dd Color Hex

#7979DD
(121,121,221)
0 Favorites   0 Comments

Color spaces of #7979dd

RGB 121121221
HSL0.670.600.67
HSV240°45°87°
CMYK 0.450.450.00   0.13
XYZ27.773722.960271.3745
Yxy22.96020.22750.1880
Hunter Lab47.916819.6084-54.7737
CIE-Lab55.031325.6245-51.2687

#7979dd color RGB value is (121,121,221).

#7979dd hex color red value is 121, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7979dd hue: 0.67 , saturation: 0.60 and the lightness value of 7979dd is 0.67.

The process color (four color CMYK) of #7979dd color hex is 0.45, 0.45, 0.00, 0.13. Web safe color of #7979dd is #6666cc. Color #7979dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111001 11011101
Octal 171 171 335
Decimal 121 121 221
Hex 79 79 DD

RGB Percentages of Color #7979dd

%26.13
%26.13
%47.73

CMYK Percentages of Color #7979dd

%45
%45
%0
%13

Triadic Colors of #7979dd

#7979dd #dd7979 #79dd79

Analogous Colors of #7979dd

#7979dd #ab79dd #79abdd

Monochromatic Colors of #7979dd

#7979dd

Complementary Color

#7979dd #dddd79

#7979dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7979dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7979dd Color CSS Codes

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

#7979dd Text Font Color

<p style="color:#7979dd">Text here</p>

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


#7979dd Background Color

<div style="background-color:#7979dd">
Div content here</div>

This div background color is #7979dd


#7979dd Border Color

<div style="border:3px solid #7979dd">
Div here</div>

This div border color is #7979dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,121,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 #7979dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7979dd


Comments

No comments written yet.

Please login to write comment.