Color Hex Logo

#7b73db Color Hex

#7B73DB
(123,115,219)
0 Favorites   0 Comments

Color spaces of #7b73db

RGB 123115219
HSL0.680.590.65
HSV245°47°86°
CMYK 0.440.470.00   0.14
XYZ27.085321.586969.7570
Yxy21.58690.22870.1823
Hunter Lab46.461722.7503-56.4940
CIE-Lab53.585929.0903-52.4383

#7b73db color RGB value is (123,115,219).

#7b73db hex color red value is 123, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7b73db hue: 0.68 , saturation: 0.59 and the lightness value of 7b73db is 0.65.

The process color (four color CMYK) of #7b73db color hex is 0.44, 0.47, 0.00, 0.14. Web safe color of #7b73db is #6666cc. Color #7b73db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110011 11011011
Octal 173 163 333
Decimal 123 115 219
Hex 7B 73 DB

RGB Percentages of Color #7b73db

%26.91
%25.16
%47.92

CMYK Percentages of Color #7b73db

%44
%47
%0
%14

Triadic Colors of #7b73db

#7b73db #db7b73 #73db7b

Analogous Colors of #7b73db

#7b73db #af73db #739fdb

Monochromatic Colors of #7b73db

#7b73db

Complementary Color

#7b73db #d3db73

#7b73db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b73db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b73db Color CSS Codes

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

#7b73db Text Font Color

<p style="color:#7b73db">Text here</p>

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


#7b73db Background Color

<div style="background-color:#7b73db">
Div content here</div>

This div background color is #7b73db


#7b73db Border Color

<div style="border:3px solid #7b73db">
Div here</div>

This div border color is #7b73db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b73db


Comments

No comments written yet.

Please login to write comment.