Color Hex Logo

#781bbb Color Hex

#781BBB
(120,27,187)
0 Favorites   0 Comments

Color spaces of #781bbb

RGB 12027187
HSL0.760.750.42
HSV275°86°73°
CMYK 0.360.860.00   0.27
XYZ17.10738.364847.7266
Yxy8.36480.23370.1143
Hunter Lab28.922054.9691-77.5941
CIE-Lab34.731463.6348-64.4574

#781bbb color RGB value is (120,27,187).

#781bbb hex color red value is 120, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #781bbb hue: 0.76 , saturation: 0.75 and the lightness value of 781bbb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011011 10111011
Octal 170 33 273
Decimal 120 27 187
Hex 78 1B BB

RGB Percentages of Color #781bbb

%35.93
%8.08
%55.99

CMYK Percentages of Color #781bbb

%36
%86
%0
%27

Triadic Colors of #781bbb

#781bbb #bb781b #1bbb78

Analogous Colors of #781bbb

#781bbb #bb1bae #281bbb

Monochromatic Colors of #781bbb

#781bbb

Complementary Color

#781bbb #5ebb1b

#781bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#781bbb Color CSS Codes

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

#781bbb Text Font Color

<p style="color:#781bbb">Text here</p>

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


#781bbb Background Color

<div style="background-color:#781bbb">
Div content here</div>

This div background color is #781bbb


#781bbb Border Color

<div style="border:3px solid #781bbb">
Div here</div>

This div border color is #781bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781bbb


Comments

No comments written yet.

Please login to write comment.