Color Hex Logo

#7706bb Color Hex

#7706BB
(119,6,187)
0 Favorites   0 Comments

Color spaces of #7706bb

RGB 1196187
HSL0.770.940.38
HSV277°97°73°
CMYK 0.360.970.00   0.27
XYZ16.64257.640047.6112
Yxy7.64000.23150.1063
Hunter Lab27.640559.1047-82.7794
CIE-Lab33.221667.5621-66.9379

#7706bb color RGB value is (119,6,187).

#7706bb hex color red value is 119, green value is 6 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7706bb hue: 0.77 , saturation: 0.94 and the lightness value of 7706bb is 0.38.

The process color (four color CMYK) of #7706bb color hex is 0.36, 0.97, 0.00, 0.27. Web safe color of #7706bb is #6600cc. Color #7706bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000110 10111011
Octal 167 6 273
Decimal 119 6 187
Hex 77 6 BB

RGB Percentages of Color #7706bb

%38.14
%1.92
%59.94

CMYK Percentages of Color #7706bb

%36
%97
%0
%27

Triadic Colors of #7706bb

#7706bb #bb7706 #06bb77

Analogous Colors of #7706bb

#7706bb #bb06a5 #1c06bb

Monochromatic Colors of #7706bb

#7706bb

Complementary Color

#7706bb #4abb06

#7706bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7706bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7706bb Color CSS Codes

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

#7706bb Text Font Color

<p style="color:#7706bb">Text here</p>

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


#7706bb Background Color

<div style="background-color:#7706bb">
Div content here</div>

This div background color is #7706bb


#7706bb Border Color

<div style="border:3px solid #7706bb">
Div here</div>

This div border color is #7706bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,6,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7706bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7706bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7706bb;
  box-shadow:         1px 1px 3px 2px #7706bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7706bb


Comments

No comments written yet.

Please login to write comment.