Color Hex Logo

#784ddc Color Hex

#784DDC
(120,77,220)
0 Favorites   0 Comments

Color spaces of #784ddc

RGB 12077220
HSL0.720.670.58
HSV258°65°86°
CMYK 0.450.650.00   0.14
XYZ23.317914.468169.2738
Yxy14.46810.21780.1351
Hunter Lab38.037042.8617-81.3545
CIE-Lab44.896950.5201-67.0203

#784ddc color RGB value is (120,77,220).

#784ddc hex color red value is 120, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #784ddc hue: 0.72 , saturation: 0.67 and the lightness value of 784ddc is 0.58.

The process color (four color CMYK) of #784ddc color hex is 0.45, 0.65, 0.00, 0.14. Web safe color of #784ddc is #6666cc. Color #784ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001101 11011100
Octal 170 115 334
Decimal 120 77 220
Hex 78 4D DC

RGB Percentages of Color #784ddc

%28.78
%18.47
%52.76

CMYK Percentages of Color #784ddc

%45
%65
%0
%14

Triadic Colors of #784ddc

#784ddc #dc784d #4ddc78

Analogous Colors of #784ddc

#784ddc #c04ddc #4d6adc

Monochromatic Colors of #784ddc

#784ddc

Complementary Color

#784ddc #b1dc4d

#784ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784ddc Color CSS Codes

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

#784ddc Text Font Color

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

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


#784ddc Background Color

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

This div background color is #784ddc


#784ddc Border Color

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

This div border color is #784ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784ddc


Comments

No comments written yet.

Please login to write comment.