Color Hex Logo

#784ccc Color Hex

#784CCC
(120,76,204)
0 Favorites   0 Comments

Color spaces of #784ccc

RGB 12076204
HSL0.720.560.55
HSV261°63°80°
CMYK 0.410.630.00   0.20
XYZ21.229313.521658.6178
Yxy13.52160.22740.1448
Hunter Lab36.771738.7023-68.7740
CIE-Lab43.538946.7344-60.0463

#784ccc color RGB value is (120,76,204).

#784ccc hex color red value is 120, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #784ccc hue: 0.72 , saturation: 0.56 and the lightness value of 784ccc is 0.55.

The process color (four color CMYK) of #784ccc color hex is 0.41, 0.63, 0.00, 0.20. Web safe color of #784ccc is #6633cc. Color #784ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001100 11001100
Octal 170 114 314
Decimal 120 76 204
Hex 78 4C CC

RGB Percentages of Color #784ccc

%30.00
%19.00
%51.00

CMYK Percentages of Color #784ccc

%41
%63
%0
%20

Triadic Colors of #784ccc

#784ccc #cc784c #4ccc78

Analogous Colors of #784ccc

#784ccc #b84ccc #4c60cc

Monochromatic Colors of #784ccc

#784ccc

Complementary Color

#784ccc #a0cc4c

#784ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784ccc Color CSS Codes

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

#784ccc Text Font Color

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

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


#784ccc Background Color

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

This div background color is #784ccc


#784ccc Border Color

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

This div border color is #784ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784ccc


Comments

No comments written yet.

Please login to write comment.