Color Hex Logo

#7860bd Color Hex

#7860BD
(120,96,189)
0 Favorites   0 Comments

Color spaces of #7860bd

RGB 12096189
HSL0.710.410.56
HSV255°49°74°
CMYK 0.370.490.00   0.26
XYZ21.113916.032950.1260
Yxy16.03290.24190.1837
Hunter Lab40.041124.0521-46.1942
CIE-Lab47.017631.1892-45.7787

#7860bd color RGB value is (120,96,189).

#7860bd hex color red value is 120, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7860bd hue: 0.71 , saturation: 0.41 and the lightness value of 7860bd is 0.56.

The process color (four color CMYK) of #7860bd color hex is 0.37, 0.49, 0.00, 0.26. Web safe color of #7860bd is #6666cc. Color #7860bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100000 10111101
Octal 170 140 275
Decimal 120 96 189
Hex 78 60 BD

RGB Percentages of Color #7860bd

%29.63
%23.70
%46.67

CMYK Percentages of Color #7860bd

%37
%49
%0
%26

Triadic Colors of #7860bd

#7860bd #bd7860 #60bd78

Analogous Colors of #7860bd

#7860bd #a760bd #6077bd

Monochromatic Colors of #7860bd

#7860bd

Complementary Color

#7860bd #a5bd60

#7860bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7860bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7860bd Color CSS Codes

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

#7860bd Text Font Color

<p style="color:#7860bd">Text here</p>

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


#7860bd Background Color

<div style="background-color:#7860bd">
Div content here</div>

This div background color is #7860bd


#7860bd Border Color

<div style="border:3px solid #7860bd">
Div here</div>

This div border color is #7860bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,96,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7860bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7860bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7860bd;
  box-shadow:         1px 1px 3px 2px #7860bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,96,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7860bd


Comments

No comments written yet.

Please login to write comment.