Color Hex Logo

#7873db Color Hex

#7873DB
(120,115,219)
0 Favorites   0 Comments

Color spaces of #7873db

RGB 120115219
HSL0.670.590.65
HSV243°47°86°
CMYK 0.450.470.00   0.14
XYZ26.662621.369069.7372
Yxy21.36900.22640.1814
Hunter Lab46.226622.0587-57.0859
CIE-Lab53.351028.3823-52.8270

#7873db color RGB value is (120,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 11011011
Octal 170 163 333
Decimal 120 115 219
Hex 78 73 DB

RGB Percentages of Color #7873db

%26.43
%25.33
%48.24

CMYK Percentages of Color #7873db

%45
%47
%0
%14

Triadic Colors of #7873db

#7873db #db7873 #73db78

Analogous Colors of #7873db

#7873db #ac73db #73a2db

Monochromatic Colors of #7873db

#7873db

Complementary Color

#7873db #d6db73

#7873db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7873db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7873db Color CSS Codes

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

#7873db Text Font Color

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

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


#7873db Background Color

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

This div background color is #7873db


#7873db Border Color

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

This div border color is #7873db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7873db


Comments

No comments written yet.

Please login to write comment.