Color Hex Logo

#784ccb Color Hex

#784CCB
(120,76,203)
0 Favorites   0 Comments

Color spaces of #784ccb

RGB 12076203
HSL0.720.550.55
HSV261°63°80°
CMYK 0.410.630.00   0.20
XYZ21.109713.473757.9880
Yxy13.47370.22800.1455
Hunter Lab36.706538.4178-67.9702
CIE-Lab43.468546.4670-59.5829

#784ccb color RGB value is (120,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001100 11001011
Octal 170 114 313
Decimal 120 76 203
Hex 78 4C CB

RGB Percentages of Color #784ccb

%30.08
%19.05
%50.88

CMYK Percentages of Color #784ccb

%41
%63
%0
%20

Triadic Colors of #784ccb

#784ccb #cb784c #4ccb78

Analogous Colors of #784ccb

#784ccb #b84ccb #4c5fcb

Monochromatic Colors of #784ccb

#784ccb

Complementary Color

#784ccb #9fcb4c

#784ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#784ccb Color CSS Codes

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

#784ccb Text Font Color

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

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


#784ccb Background Color

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

This div background color is #784ccb


#784ccb Border Color

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

This div border color is #784ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784ccb


Comments

No comments written yet.

Please login to write comment.