Color Hex Logo

#7815bd Color Hex

#7815BD
(120,21,189)
0 Favorites   0 Comments

Color spaces of #7815bd

RGB 12021189
HSL0.760.800.41
HSV275°89°74°
CMYK 0.370.890.00   0.26
XYZ17.19928.203548.8211
Yxy8.20350.23170.1105
Hunter Lab28.641857.0651-81.0131
CIE-Lab34.403265.5541-66.1759

#7815bd color RGB value is (120,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010101 10111101
Octal 170 25 275
Decimal 120 21 189
Hex 78 15 BD

RGB Percentages of Color #7815bd

%36.36
%6.36
%57.27

CMYK Percentages of Color #7815bd

%37
%89
%0
%26

Triadic Colors of #7815bd

#7815bd #bd7815 #15bd78

Analogous Colors of #7815bd

#7815bd #bd15ae #2415bd

Monochromatic Colors of #7815bd

#7815bd

Complementary Color

#7815bd #5abd15

#7815bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7815bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7815bd Color CSS Codes

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

#7815bd Text Font Color

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

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


#7815bd Background Color

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

This div background color is #7815bd


#7815bd Border Color

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

This div border color is #7815bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7815bd


Comments

No comments written yet.

Please login to write comment.