Color Hex Logo

#7906dd Color Hex

#7906DD
(121,6,221)
0 Favorites   0 Comments

Color spaces of #7906dd

RGB 1216221
HSL0.760.950.45
HSV272°97°87°
CMYK 0.450.970.00   0.13
XYZ21.00149.415769.1171
Yxy9.41570.21100.0946
Hunter Lab30.685068.4700-112.0695
CIE-Lab36.772674.8098-80.8979

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

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

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

Base Numbers

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

RGB Percentages of Color #7906dd

%34.77
%1.72
%63.51

CMYK Percentages of Color #7906dd

%45
%97
%0
%13

Triadic Colors of #7906dd

#7906dd #dd7906 #06dd79

Analogous Colors of #7906dd

#7906dd #dd06d6 #0e06dd

Monochromatic Colors of #7906dd

#7906dd

Complementary Color

#7906dd #6add06

#7906dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7906dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7906dd Color CSS Codes

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

#7906dd Text Font Color

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

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


#7906dd Background Color

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

This div background color is #7906dd


#7906dd Border Color

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

This div border color is #7906dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7906dd


Comments

No comments written yet.

Please login to write comment.