Color Hex Logo

#784cdc Color Hex

#784CDC
(120,76,220)
0 Favorites   0 Comments

Color spaces of #784cdc

RGB 12076220
HSL0.720.670.58
HSV258°65°86°
CMYK 0.450.650.00   0.14
XYZ23.248414.329369.2506
Yxy14.32930.21760.1341
Hunter Lab37.854143.3827-81.9679
CIE-Lab44.701551.0509-67.3380

#784cdc color RGB value is (120,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001100 11011100
Octal 170 114 334
Decimal 120 76 220
Hex 78 4C DC

RGB Percentages of Color #784cdc

%28.85
%18.27
%52.88

CMYK Percentages of Color #784cdc

%45
%65
%0
%14

Triadic Colors of #784cdc

#784cdc #dc784c #4cdc78

Analogous Colors of #784cdc

#784cdc #c04cdc #4c68dc

Monochromatic Colors of #784cdc

#784cdc

Complementary Color

#784cdc #b0dc4c

#784cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#784cdc Color CSS Codes

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

#784cdc Text Font Color

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

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


#784cdc Background Color

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

This div background color is #784cdc


#784cdc Border Color

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

This div border color is #784cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784cdc


Comments

No comments written yet.

Please login to write comment.