Color Hex Logo

#784edc Color Hex

#784EDC
(120,78,220)
0 Favorites   0 Comments

Color spaces of #784edc

RGB 12078220
HSL0.720.670.58
HSV258°65°86°
CMYK 0.450.650.00   0.14
XYZ23.388414.609269.2973
Yxy14.60920.21800.1362
Hunter Lab38.222042.3374-80.7387
CIE-Lab45.094249.9847-66.6996

#784edc color RGB value is (120,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001110 11011100
Octal 170 116 334
Decimal 120 78 220
Hex 78 4E DC

RGB Percentages of Color #784edc

%28.71
%18.66
%52.63

CMYK Percentages of Color #784edc

%45
%65
%0
%14

Triadic Colors of #784edc

#784edc #dc784e #4edc78

Analogous Colors of #784edc

#784edc #bf4edc #4e6bdc

Monochromatic Colors of #784edc

#784edc

Complementary Color

#784edc #b2dc4e

#784edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784edc Color CSS Codes

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

#784edc Text Font Color

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

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


#784edc Background Color

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

This div background color is #784edc


#784edc Border Color

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

This div border color is #784edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784edc


Comments

No comments written yet.

Please login to write comment.