Color Hex Logo

#7906dc Color Hex

#7906DC
(121,6,220)
0 Favorites   0 Comments

Color spaces of #7906dc

RGB 1216220
HSL0.760.950.44
HSV272°97°86°
CMYK 0.450.970.00   0.14
XYZ20.86859.362568.4174
Yxy9.36250.21150.0949
Hunter Lab30.598268.1932-111.1533
CIE-Lab36.673174.6000-80.4876

#7906dc color RGB value is (121,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000110 11011100
Octal 171 6 334
Decimal 121 6 220
Hex 79 6 DC

RGB Percentages of Color #7906dc

%34.87
%1.73
%63.40

CMYK Percentages of Color #7906dc

%45
%97
%0
%14

Triadic Colors of #7906dc

#7906dc #dc7906 #06dc79

Analogous Colors of #7906dc

#7906dc #dc06d4 #0e06dc

Monochromatic Colors of #7906dc

#7906dc

Complementary Color

#7906dc #69dc06

#7906dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7906dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7906dc Color CSS Codes

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

#7906dc Text Font Color

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

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


#7906dc Background Color

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

This div background color is #7906dc


#7906dc Border Color

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

This div border color is #7906dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7906dc


Comments

No comments written yet.

Please login to write comment.