Color Hex Logo

#7837bb Color Hex

#7837BB
(120,55,187)
0 Favorites   0 Comments

Color spaces of #7837bb

RGB 12055187
HSL0.750.550.47
HSV270°71°73°
CMYK 0.360.710.00   0.27
XYZ18.081610.313348.0514
Yxy10.31330.23650.1349
Hunter Lab32.114344.3023-66.2333
CIE-Lab38.399053.0868-58.4779

#7837bb color RGB value is (120,55,187).

#7837bb hex color red value is 120, green value is 55 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7837bb hue: 0.75 , saturation: 0.55 and the lightness value of 7837bb is 0.47.

The process color (four color CMYK) of #7837bb color hex is 0.36, 0.71, 0.00, 0.27. Web safe color of #7837bb is #6633cc. Color #7837bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110111 10111011
Octal 170 67 273
Decimal 120 55 187
Hex 78 37 BB

RGB Percentages of Color #7837bb

%33.15
%15.19
%51.66

CMYK Percentages of Color #7837bb

%36
%71
%0
%27

Triadic Colors of #7837bb

#7837bb #bb7837 #37bb78

Analogous Colors of #7837bb

#7837bb #ba37bb #3738bb

Monochromatic Colors of #7837bb

#7837bb

Complementary Color

#7837bb #7abb37

#7837bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7837bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7837bb Color CSS Codes

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

#7837bb Text Font Color

<p style="color:#7837bb">Text here</p>

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


#7837bb Background Color

<div style="background-color:#7837bb">
Div content here</div>

This div background color is #7837bb


#7837bb Border Color

<div style="border:3px solid #7837bb">
Div here</div>

This div border color is #7837bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,55,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7837bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7837bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7837bb;
  box-shadow:         1px 1px 3px 2px #7837bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7837bb


Comments

No comments written yet.

Please login to write comment.