Color Hex Logo

#7839bd Color Hex

#7839BD
(120,57,189)
0 Favorites   0 Comments

Color spaces of #7839bd

RGB 12057189
HSL0.750.540.48
HSV269°70°74°
CMYK 0.370.700.00   0.26
XYZ18.394210.593449.2194
Yxy10.59340.23520.1355
Hunter Lab32.547543.9210-66.8770
CIE-Lab38.887052.6307-58.8602

#7839bd color RGB value is (120,57,189).

#7839bd hex color red value is 120, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7839bd hue: 0.75 , saturation: 0.54 and the lightness value of 7839bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111001 10111101
Octal 170 71 275
Decimal 120 57 189
Hex 78 39 BD

RGB Percentages of Color #7839bd

%32.79
%15.57
%51.64

CMYK Percentages of Color #7839bd

%37
%70
%0
%26

Triadic Colors of #7839bd

#7839bd #bd7839 #39bd78

Analogous Colors of #7839bd

#7839bd #ba39bd #393cbd

Monochromatic Colors of #7839bd

#7839bd

Complementary Color

#7839bd #7ebd39

#7839bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7839bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7839bd Color CSS Codes

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

#7839bd Text Font Color

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

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


#7839bd Background Color

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

This div background color is #7839bd


#7839bd Border Color

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

This div border color is #7839bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7839bd


Comments

No comments written yet.

Please login to write comment.