Color Hex Logo

#7707db Color Hex

#7707DB
(119,7,219)
0 Favorites   0 Comments

Color spaces of #7707db

RGB 1197219
HSL0.750.940.44
HSV272°97°86°
CMYK 0.460.970.00   0.14
XYZ20.46999.188467.7125
Yxy9.18840.21020.0944
Hunter Lab30.312467.4941-111.2247
CIE-Lab36.344574.0833-80.4637

#7707db color RGB value is (119,7,219).

#7707db hex color red value is 119, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7707db hue: 0.75 , saturation: 0.94 and the lightness value of 7707db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000111 11011011
Octal 167 7 333
Decimal 119 7 219
Hex 77 7 DB

RGB Percentages of Color #7707db

%34.49
%2.03
%63.48

CMYK Percentages of Color #7707db

%46
%97
%0
%14

Triadic Colors of #7707db

#7707db #db7707 #07db77

Analogous Colors of #7707db

#7707db #db07d5 #0d07db

Monochromatic Colors of #7707db

#7707db

Complementary Color

#7707db #6bdb07

#7707db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7707db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7707db Color CSS Codes

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

#7707db Text Font Color

<p style="color:#7707db">Text here</p>

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


#7707db Background Color

<div style="background-color:#7707db">
Div content here</div>

This div background color is #7707db


#7707db Border Color

<div style="border:3px solid #7707db">
Div here</div>

This div border color is #7707db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,7,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7707db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7707db;
  -webkit-box-shadow: 1px 1px 3px 2px #7707db;
  box-shadow:         1px 1px 3px 2px #7707db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7707db


Comments

No comments written yet.

Please login to write comment.