Color Hex Logo

#784dda Color Hex

#784DDA
(120,77,218)
0 Favorites   0 Comments

Color spaces of #784dda

RGB 12077218
HSL0.720.660.58
HSV258°65°85°
CMYK 0.450.650.00   0.15
XYZ23.054514.362867.8869
Yxy14.36280.21890.1364
Hunter Lab37.898342.2641-79.6769
CIE-Lab44.748849.9754-66.1200

#784dda color RGB value is (120,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001101 11011010
Octal 170 115 332
Decimal 120 77 218
Hex 78 4D DA

RGB Percentages of Color #784dda

%28.92
%18.55
%52.53

CMYK Percentages of Color #784dda

%45
%65
%0
%15

Triadic Colors of #784dda

#784dda #da784d #4dda78

Analogous Colors of #784dda

#784dda #bf4dda #4d69da

Monochromatic Colors of #784dda

#784dda

Complementary Color

#784dda #afda4d

#784dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#784dda Color CSS Codes

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

#784dda Text Font Color

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

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


#784dda Background Color

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

This div background color is #784dda


#784dda Border Color

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

This div border color is #784dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784dda


Comments

No comments written yet.

Please login to write comment.