Color Hex Logo

#7836bf Color Hex

#7836BF
(120,54,191)
0 Favorites   0 Comments

Color spaces of #7836bf

RGB 12054191
HSL0.750.560.48
HSV269°72°75°
CMYK 0.370.720.00   0.25
XYZ18.468910.393050.3228
Yxy10.39300.23320.1313
Hunter Lab32.238245.8439-69.9831
CIE-Lab38.538754.5231-60.5993

#7836bf color RGB value is (120,54,191).

#7836bf hex color red value is 120, green value is 54 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7836bf hue: 0.75 , saturation: 0.56 and the lightness value of 7836bf is 0.48.

The process color (four color CMYK) of #7836bf color hex is 0.37, 0.72, 0.00, 0.25. Web safe color of #7836bf is #6633cc. Color #7836bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110110 10111111
Octal 170 66 277
Decimal 120 54 191
Hex 78 36 BF

RGB Percentages of Color #7836bf

%32.88
%14.79
%52.33

CMYK Percentages of Color #7836bf

%37
%72
%0
%25

Triadic Colors of #7836bf

#7836bf #bf7836 #36bf78

Analogous Colors of #7836bf

#7836bf #bd36bf #3638bf

Monochromatic Colors of #7836bf

#7836bf

Complementary Color

#7836bf #7dbf36

#7836bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7836bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7836bf Color CSS Codes

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

#7836bf Text Font Color

<p style="color:#7836bf">Text here</p>

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


#7836bf Background Color

<div style="background-color:#7836bf">
Div content here</div>

This div background color is #7836bf


#7836bf Border Color

<div style="border:3px solid #7836bf">
Div here</div>

This div border color is #7836bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,54,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7836bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7836bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7836bf;
  box-shadow:         1px 1px 3px 2px #7836bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7836bf


Comments

No comments written yet.

Please login to write comment.