Color Hex Logo

#784ebc Color Hex

#784EBC
(120,78,188)
0 Favorites   0 Comments

Color spaces of #784ebc

RGB 12078188
HSL0.730.450.52
HSV263°59°74°
CMYK 0.360.590.00   0.26
XYZ19.547213.072749.0700
Yxy13.07270.23930.1600
Hunter Lab36.156233.2295-55.1571
CIE-Lab42.872641.3725-51.8331

#784ebc color RGB value is (120,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001110 10111100
Octal 170 116 274
Decimal 120 78 188
Hex 78 4E BC

RGB Percentages of Color #784ebc

%31.09
%20.21
%48.70

CMYK Percentages of Color #784ebc

%36
%59
%0
%26

Triadic Colors of #784ebc

#784ebc #bc784e #4ebc78

Analogous Colors of #784ebc

#784ebc #af4ebc #4e5bbc

Monochromatic Colors of #784ebc

#784ebc

Complementary Color

#784ebc #92bc4e

#784ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784ebc Color CSS Codes

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

#784ebc Text Font Color

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

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


#784ebc Background Color

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

This div background color is #784ebc


#784ebc Border Color

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

This div border color is #784ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784ebc


Comments

No comments written yet.

Please login to write comment.