Color Hex Logo

#7807db Color Hex

#7807DB
(120,7,219)
0 Favorites   0 Comments

Color spaces of #7807db

RGB 1207219
HSL0.760.940.44
HSV272°97°86°
CMYK 0.450.970.00   0.14
XYZ20.60799.259567.7189
Yxy9.25950.21120.0949
Hunter Lab30.429467.6351-110.6458
CIE-Lab36.479274.1748-80.2369

#7807db color RGB value is (120,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000111 11011011
Octal 170 7 333
Decimal 120 7 219
Hex 78 7 DB

RGB Percentages of Color #7807db

%34.68
%2.02
%63.29

CMYK Percentages of Color #7807db

%45
%97
%0
%14

Triadic Colors of #7807db

#7807db #db7807 #07db78

Analogous Colors of #7807db

#7807db #db07d4 #0e07db

Monochromatic Colors of #7807db

#7807db

Complementary Color

#7807db #6adb07

#7807db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7807db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7807db Color CSS Codes

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

#7807db Text Font Color

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

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


#7807db Background Color

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

This div background color is #7807db


#7807db Border Color

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

This div border color is #7807db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7807db


Comments

No comments written yet.

Please login to write comment.