Color Hex Logo

#784cbc Color Hex

#784CBC
(120,76,188)
0 Favorites   0 Comments

Color spaces of #784cbc

RGB 12076188
HSL0.730.460.52
HSV264°60°74°
CMYK 0.360.600.00   0.26
XYZ19.407312.792849.0233
Yxy12.79280.23890.1575
Hunter Lab35.767034.2624-56.2276
CIE-Lab42.449442.4909-52.5142

#784cbc color RGB value is (120,76,188).

#784cbc hex color red value is 120, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #784cbc hue: 0.73 , saturation: 0.46 and the lightness value of 784cbc is 0.52.

The process color (four color CMYK) of #784cbc color hex is 0.36, 0.60, 0.00, 0.26. Web safe color of #784cbc is #6633cc. Color #784cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001100 10111100
Octal 170 114 274
Decimal 120 76 188
Hex 78 4C BC

RGB Percentages of Color #784cbc

%31.25
%19.79
%48.96

CMYK Percentages of Color #784cbc

%36
%60
%0
%26

Triadic Colors of #784cbc

#784cbc #bc784c #4cbc78

Analogous Colors of #784cbc

#784cbc #b04cbc #4c58bc

Monochromatic Colors of #784cbc

#784cbc

Complementary Color

#784cbc #90bc4c

#784cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784cbc Color CSS Codes

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

#784cbc Text Font Color

<p style="color:#784cbc">Text here</p>

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


#784cbc Background Color

<div style="background-color:#784cbc">
Div content here</div>

This div background color is #784cbc


#784cbc Border Color

<div style="border:3px solid #784cbc">
Div here</div>

This div border color is #784cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,76,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #784cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #784cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #784cbc;
  box-shadow:         1px 1px 3px 2px #784cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784cbc


Comments

No comments written yet.

Please login to write comment.