Color Hex Logo

#780cbb Color Hex

#780CBB
(120,12,187)
0 Favorites   0 Comments

Color spaces of #780cbb

RGB 12012187
HSL0.770.880.39
HSV277°94°73°
CMYK 0.360.940.00   0.27
XYZ16.84687.843947.6398
Yxy7.84390.23290.1084
Hunter Lab28.007058.3595-81.2473
CIE-Lab33.655766.8312-66.2200

#780cbb color RGB value is (120,12,187).

#780cbb hex color red value is 120, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #780cbb hue: 0.77 , saturation: 0.88 and the lightness value of 780cbb is 0.39.

The process color (four color CMYK) of #780cbb color hex is 0.36, 0.94, 0.00, 0.27. Web safe color of #780cbb is #6600cc. Color #780cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001100 10111011
Octal 170 14 273
Decimal 120 12 187
Hex 78 C BB

RGB Percentages of Color #780cbb

%37.62
%3.76
%58.62

CMYK Percentages of Color #780cbb

%36
%94
%0
%27

Triadic Colors of #780cbb

#780cbb #bb780c #0cbb78

Analogous Colors of #780cbb

#780cbb #bb0ca7 #200cbb

Monochromatic Colors of #780cbb

#780cbb

Complementary Color

#780cbb #4fbb0c

#780cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#780cbb Color CSS Codes

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

#780cbb Text Font Color

<p style="color:#780cbb">Text here</p>

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


#780cbb Background Color

<div style="background-color:#780cbb">
Div content here</div>

This div background color is #780cbb


#780cbb Border Color

<div style="border:3px solid #780cbb">
Div here</div>

This div border color is #780cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780cbb


Comments

No comments written yet.

Please login to write comment.